Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml')
-rw-r--r--plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml b/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml
index 441766a8e7..d1c561ccae 100644
--- a/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml
+++ b/plugins/UM3NetworkPrinting/resources/qml/PrintWindow.qml
@@ -4,7 +4,7 @@ import QtQuick 2.2
import QtQuick.Window 2.2
import QtQuick.Controls 2.15
-import UM 1.1 as UM
+import UM 1.5 as UM
UM.Dialog {
@@ -70,7 +70,7 @@ UM.Dialog {
name: "cura";
}
- Label {
+ UM.Label {
id: manualPrinterSelectionLabel;
anchors {
left: parent.left;
@@ -79,8 +79,6 @@ UM.Dialog {
}
height: 20 * screenScaleFactor;
text: catalog.i18nc("@label", "Printer selection");
- wrapMode: Text.Wrap;
- renderType: Text.NativeRendering;
}
ComboBox {