mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06:00
Merge branch 'feature_material_marketplace'
This commit is contained in:
commit
910906b785
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -153,7 +153,7 @@ Item
|
|||
}
|
||||
else
|
||||
{
|
||||
toolbox.uninstall( model.id )
|
||||
toolbox.uninstall(model.id)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue