mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:35:53 +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;
|
left: parent.left;
|
||||||
top: parent.top;
|
top: parent.top;
|
||||||
right: parent.right;
|
right: parent.right;
|
||||||
bottom: parent.bottom;
|
bottom: machineName.top;
|
||||||
|
bottomMargin: UM.Theme.getSize("default_margin").height
|
||||||
}
|
}
|
||||||
|
|
||||||
ListView
|
ListView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user