Made the plugin depend more on the theme

CURA-6005
This commit is contained in:
Jaime van Kessel 2019-01-04 11:35:34 +01:00
parent 98153769ff
commit b4911478e3
3 changed files with 5 additions and 7 deletions

View file

@ -17,12 +17,6 @@ RowLayout
property alias label: detailName.text
property alias value: detailValue.text
// Spacing.
Item
{
width: 40 * screenScaleFactor
}
UM.RecolorImage
{
id: icon
@ -40,6 +34,7 @@ RowLayout
Layout.minimumWidth: 50 * screenScaleFactor
Layout.maximumWidth: 100 * screenScaleFactor
Layout.fillWidth: true
font: UM.Theme.getFont("default")
renderType: Text.NativeRendering
}
@ -51,6 +46,7 @@ RowLayout
Layout.minimumWidth: 50 * screenScaleFactor
Layout.maximumWidth: 100 * screenScaleFactor
Layout.fillWidth: true
font: UM.Theme.getFont("default")
renderType: Text.NativeRendering
}
}