Fix the title's top margin size in the add machine dialog.

This commit is contained in:
Diego Prado Gesto 2018-11-20 11:27:45 +01:00
parent e6d9ad31ab
commit 76f2aeb43c

View File

@ -73,7 +73,7 @@ UM.Dialog
{ {
top: parent.top top: parent.top
left: parent.left 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") text: catalog.i18nc("@title:tab", "Add a printer to Cura")