Просмотр исходного кода

Fix undefined variable

Contributes to issue CURA-5143.
Ghostkeeper 6 лет назад
Родитель
Сommit
16de8cac0f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      plugins/UM3NetworkPrinting/PrintWindow.qml

+ 2 - 2
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