mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Merge branch 'feature_material_marketplace' into feature_cura_package_api
Contributes to CURA-5137
This commit is contained in:
commit
007529c9ec
4 changed files with 117 additions and 24 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue