Browse Source

Fix size of footer

CURA-8561
Jaime van Kessel 3 years ago
parent
commit
f6b351f97f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/Marketplace/resources/qml/Packages.qml

+ 1 - 1
plugins/Marketplace/resources/qml/Packages.qml

@@ -70,7 +70,7 @@ ListView
     //Wrapper item to add spacing between content and footer.
     footer: Item
     {
-        width: parent.width
+        width: parent.width - UM.Theme.getSize("default_margin").width - UM.Theme.getSize("narrow_margin").width
         height: model.hasFooter || packages.model.errorMessage != "" ? UM.Theme.getSize("card").height + packages.spacing : 0
         visible: model.hasFooter || packages.model.errorMessage != ""
         Button