From 6d64d11c2ec3525ed2a9bf330e284e64fb35cb02 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Wed, 10 Aug 2016 17:49:29 +0200 Subject: [PATCH] Change Simple Mode adhesion/support label to "Helper Parts" UXD-76 --- resources/qml/SidebarSimple.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 3006b60291..8666fba149 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -216,7 +216,7 @@ Item anchors.verticalCenter: brimCheckBox.verticalCenter width: parent.width / 100 * 35 - 3 * UM.Theme.getSize("default_margin").width //: Bed adhesion label - text: catalog.i18nc("@label:listbox", "Build Plate Adhesion:"); + text: catalog.i18nc("@label", "Helper Parts:"); font: UM.Theme.getFont("default"); color: UM.Theme.getColor("text"); } @@ -264,7 +264,7 @@ Item anchors.verticalCenter: supportCheckBox.verticalCenter width: parent.width / 100 * 35 - 3 * UM.Theme.getSize("default_margin").width //: Support label - text: catalog.i18nc("@label:listbox", "Support:"); + text: ""; font: UM.Theme.getFont("default"); color: UM.Theme.getColor("text"); }