mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add native rendering to Print Setup Label
CURA-4941
This commit is contained in:
parent
1e02463c7e
commit
2f37bd4b73
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ Rectangle
|
|||
{
|
||||
id: settingsModeLabel
|
||||
text: !hideSettings ? catalog.i18nc("@label:listbox", "Print Setup") : catalog.i18nc("@label:listbox", "Print Setup disabled\nG-code files cannot be modified")
|
||||
renderType: Text.NativeRendering
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
||||
anchors.top: hideSettings ? machineSelection.bottom : headerSeparator.bottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue