Add native rendering to Print Setup Label

CURA-4941
This commit is contained in:
Mark 2018-02-15 12:53:14 +01:00
parent 1e02463c7e
commit 2f37bd4b73

View file

@ -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