mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Add rendertype for labels in quickConfigurationSelector
CURA-5785
This commit is contained in:
parent
bd636e61a0
commit
c7dbaa3a00
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,7 @@ Cura.ExpandableComponent
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: tabControl.textWidth
|
width: tabControl.textWidth
|
||||||
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
|
||||||
OldControls.CheckBox
|
OldControls.CheckBox
|
||||||
|
@ -174,6 +175,7 @@ Cura.ExpandableComponent
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: tabControl.textWidth
|
width: tabControl.textWidth
|
||||||
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
|
||||||
OldControls.ToolButton
|
OldControls.ToolButton
|
||||||
|
@ -217,6 +219,7 @@ Cura.ExpandableComponent
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: tabControl.textWidth
|
width: tabControl.textWidth
|
||||||
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
|
||||||
OldControls.ToolButton
|
OldControls.ToolButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue