Browse Source

Fix bottom margin of the discoveredCloudPrintersScrollView

CURA-7022
Kostas Karmas 4 years ago
parent
commit
4a49c1cc8d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/qml/WelcomePages/AddCloudPrintersView.qml

+ 2 - 1
resources/qml/WelcomePages/AddCloudPrintersView.qml

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