mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:29:01 +08:00
Fix the title's top margin size in the add machine dialog.
This commit is contained in:
parent
e6d9ad31ab
commit
76f2aeb43c
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user