mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -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")
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue