Merge branch 'feature_material_marketplace' into feature_cura_package_api

Contributes to CURA-5137
This commit is contained in:
Diego Prado Gesto 2018-04-03 17:13:36 +02:00
commit 007529c9ec
4 changed files with 117 additions and 24 deletions

View file

@ -60,7 +60,13 @@ Rectangle {
}
base.close();
}
anchors.right: parent.right
anchors
{
top: parent.top
topMargin: UM.Theme.getSize("default_margin").height
right: parent.right
rightMargin: UM.Theme.getSize("default_margin").height
}
style: ButtonStyle {
background: Rectangle {
color: "transparent"