From 4e083c7c29c46ebb6bab4063751062ecf3083dbe Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Fri, 5 Oct 2018 21:51:08 +0200 Subject: [PATCH] Fix QML typo --- resources/qml/AddMachineDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/AddMachineDialog.qml b/resources/qml/AddMachineDialog.qml index d58809b815..d3a6de51af 100644 --- a/resources/qml/AddMachineDialog.qml +++ b/resources/qml/AddMachineDialog.qml @@ -80,7 +80,7 @@ UM.Dialog { left: parent.left top: titleLabel.bottom - topMargin: UM.Theme.getSize("default_margin") + topMargin: UM.Theme.getSize("default_margin").height } text: catalog.i18nc("@title:tab", "Select the printer you want to use from the list below.\n\nIf your printer is not in the list, use the \"Custom FFF Printer\" from the \"Custom\" category and match adjust the settings to match your printer in the next dialog.") width: parent.width