mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix the title's top margin size in the add machine dialog.
This commit is contained in:
parent
e6d9ad31ab
commit
76f2aeb43c
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue