Fix bottom margin of the discoveredCloudPrintersScrollView

CURA-7022
This commit is contained in:
Kostas Karmas 2020-04-29 14:14:01 +02:00
parent 2fb7e67043
commit 4a49c1cc8d

View file

@ -30,10 +30,10 @@ Item
anchors
{
top: parent.top
bottom: finishButton.top
left: parent.left
leftMargin: UM.Theme.getSize("default_margin").width
right: parent.right
bottom: finishButton.top
bottomMargin: UM.Theme.getSize("default_margin").height
}
@ -105,6 +105,7 @@ Item
left: parent.left
leftMargin: UM.Theme.getSize("default_margin").width
right: parent.right
bottom: parent.bottom
}
Column