mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 21:09:00 +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")
|
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…
x
Reference in New Issue
Block a user