mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 19:31:16 -07:00
Add renderType to some labels in the Configuration panel
Contributes to CURA-5876.
This commit is contained in:
parent
298c68c93b
commit
05075c44ee
3 changed files with 9 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ Item
|
|||
font: UM.Theme.getFont("large")
|
||||
color: UM.Theme.getColor("text")
|
||||
height: contentHeight
|
||||
renderType: Text.NativeRendering
|
||||
|
||||
anchors
|
||||
{
|
||||
|
|
@ -150,6 +151,7 @@ Item
|
|||
height: parent.height
|
||||
width: selectors.textWidth
|
||||
visible: extrudersModel.count > 1
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
|
||||
OldControls.CheckBox
|
||||
|
|
@ -186,6 +188,7 @@ Item
|
|||
height: parent.height
|
||||
width: selectors.textWidth
|
||||
visible: materialSelection.visible
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
|
||||
OldControls.ToolButton
|
||||
|
|
@ -224,6 +227,7 @@ Item
|
|||
height: parent.height
|
||||
width: selectors.textWidth
|
||||
visible: variantSelection.visible
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
|
||||
OldControls.ToolButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue