Merge branch 'feature_material_marketplace'

This commit is contained in:
Ruben D 2018-05-02 12:42:00 +02:00
commit 910906b785
No known key found for this signature in database
GPG key ID: 6B42C9465E304A62
2 changed files with 3 additions and 2 deletions

View file

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

View file

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