Add rendertype for labels in quickConfigurationSelector

CURA-5785
This commit is contained in:
Jaime van Kessel 2018-11-21 13:22:03 +01:00
parent bd636e61a0
commit c7dbaa3a00

View file

@ -152,6 +152,7 @@ Cura.ExpandableComponent
color: UM.Theme.getColor("text")
height: parent.height
width: tabControl.textWidth
renderType: Text.NativeRendering
}
OldControls.CheckBox
@ -174,6 +175,7 @@ Cura.ExpandableComponent
color: UM.Theme.getColor("text")
height: parent.height
width: tabControl.textWidth
renderType: Text.NativeRendering
}
OldControls.ToolButton
@ -217,6 +219,7 @@ Cura.ExpandableComponent
color: UM.Theme.getColor("text")
height: parent.height
width: tabControl.textWidth
renderType: Text.NativeRendering
}
OldControls.ToolButton