mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:28:58 +08:00
Fix bottom of ("other") printer list being overlapped by machine name
This commit is contained in:
parent
0bdd06735e
commit
0561419a4f
@ -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…
x
Reference in New Issue
Block a user