Browse Source

Merge branch 'feature_material_marketplace'

Ruben D 6 years ago
parent
commit
910906b785

+ 2 - 1
plugins/Toolbox/resources/qml/ToolboxDownloadsShowcaseTile.qml

@@ -33,7 +33,8 @@ Item
             top: parent.top
             horizontalCenter: parent.horizontalCenter
         }
-        Image {
+        Image
+        {
             anchors.centerIn: parent
             width: UM.Theme.getSize("toolbox_thumbnail_large").width - 2 * UM.Theme.getSize("default_margin").width
             height: UM.Theme.getSize("toolbox_thumbnail_large").height - 2 * UM.Theme.getSize("default_margin").height

+ 1 - 1
plugins/Toolbox/resources/qml/ToolboxInstalledTile.qml

@@ -153,7 +153,7 @@ Item
                 }
                 else
                 {
-                    toolbox.uninstall( model.id )
+                    toolbox.uninstall(model.id)
                 }
             }
         }