Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/Dialogs/AddMachineDialog.qml')
-rw-r--r--resources/qml/Dialogs/AddMachineDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Dialogs/AddMachineDialog.qml b/resources/qml/Dialogs/AddMachineDialog.qml
index 0df8b891d9..aa160acd4d 100644
--- a/resources/qml/Dialogs/AddMachineDialog.qml
+++ b/resources/qml/Dialogs/AddMachineDialog.qml
@@ -73,7 +73,7 @@ UM.Dialog
{
top: parent.top
left: parent.left
- topMargin: UM.Theme.getSize("default_margin")
+ topMargin: UM.Theme.getSize("default_margin").height
}
text: catalog.i18nc("@title:tab", "Add a printer to Cura")