mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:19:05 +08:00
Add rendertype for labels in quickConfigurationSelector
CURA-5785
This commit is contained in:
parent
bd636e61a0
commit
c7dbaa3a00
@ -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…
x
Reference in New Issue
Block a user