mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix bottom of ("other") printer list being overlapped by machine name
This commit is contained in:
parent
0bdd06735e
commit
0561419a4f
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ UM.Dialog
|
|||
left: parent.left;
|
||||
top: parent.top;
|
||||
right: parent.right;
|
||||
bottom: parent.bottom;
|
||||
bottom: machineName.top;
|
||||
bottomMargin: UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
|
||||
ListView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue