From 16de8cac0fdf5f4da96517bb5897775f3cbd8ce7 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 24 Apr 2018 10:38:50 +0200 Subject: [PATCH] Fix undefined variable Contributes to issue CURA-5143. --- plugins/UM3NetworkPrinting/PrintWindow.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/UM3NetworkPrinting/PrintWindow.qml b/plugins/UM3NetworkPrinting/PrintWindow.qml index 43afbcdfe0..5b011d98c4 100644 --- a/plugins/UM3NetworkPrinting/PrintWindow.qml +++ b/plugins/UM3NetworkPrinting/PrintWindow.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Ultimaker B.V. +// Copyright (c) 2018 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. import QtQuick 2.2 @@ -48,7 +48,7 @@ UM.Dialog anchors.topMargin: UM.Theme.getSize("default_margin").height anchors.leftMargin: UM.Theme.getSize("default_margin").width anchors.rightMargin: UM.Theme.getSize("default_margin").width - height: 50 * screenScaleFactord + height: 50 * screenScaleFactor Label { id: manualPrinterSelectionLabel