mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -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;
|
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…
Add table
Add a link
Reference in a new issue