mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Change Simple Mode adhesion/support label to "Helper Parts"
UXD-76
This commit is contained in:
parent
85a58a22cb
commit
6d64d11c2e
@ -216,7 +216,7 @@ Item
|
|||||||
anchors.verticalCenter: brimCheckBox.verticalCenter
|
anchors.verticalCenter: brimCheckBox.verticalCenter
|
||||||
width: parent.width / 100 * 35 - 3 * UM.Theme.getSize("default_margin").width
|
width: parent.width / 100 * 35 - 3 * UM.Theme.getSize("default_margin").width
|
||||||
//: Bed adhesion label
|
//: Bed adhesion label
|
||||||
text: catalog.i18nc("@label:listbox", "Build Plate Adhesion:");
|
text: catalog.i18nc("@label", "Helper Parts:");
|
||||||
font: UM.Theme.getFont("default");
|
font: UM.Theme.getFont("default");
|
||||||
color: UM.Theme.getColor("text");
|
color: UM.Theme.getColor("text");
|
||||||
}
|
}
|
||||||
@ -264,7 +264,7 @@ Item
|
|||||||
anchors.verticalCenter: supportCheckBox.verticalCenter
|
anchors.verticalCenter: supportCheckBox.verticalCenter
|
||||||
width: parent.width / 100 * 35 - 3 * UM.Theme.getSize("default_margin").width
|
width: parent.width / 100 * 35 - 3 * UM.Theme.getSize("default_margin").width
|
||||||
//: Support label
|
//: Support label
|
||||||
text: catalog.i18nc("@label:listbox", "Support:");
|
text: "";
|
||||||
font: UM.Theme.getFont("default");
|
font: UM.Theme.getFont("default");
|
||||||
color: UM.Theme.getColor("text");
|
color: UM.Theme.getColor("text");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user