Fix undefined variable

Contributes to issue CURA-5143.
This commit is contained in:
Ghostkeeper 2018-04-24 10:38:50 +02:00
parent 0852cd2c20
commit 16de8cac0f
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

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