|
@@ -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
|