Fix bottom of ("other") printer list being overlapped by machine name

This commit is contained in:
fieldOfView 2016-12-13 11:13:53 +01:00 committed by Ghostkeeper
parent 0bdd06735e
commit 0561419a4f
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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