mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Change all Label to Text so fonts are rendered correct
CURA-3389
This commit is contained in:
parent
ac46c4358b
commit
bfda8712e1
5 changed files with 22 additions and 22 deletions
|
|
@ -332,7 +332,7 @@ Rectangle
|
|||
}
|
||||
}
|
||||
|
||||
Label {
|
||||
Text {
|
||||
id: settingsModeLabel
|
||||
text: !hideSettings ? catalog.i18nc("@label:listbox", "Print Setup") : catalog.i18nc("@label:listbox","Print Setup disabled\nG-code files cannot be modified");
|
||||
anchors.left: parent.left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue