mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add a topMargin for the qualities menu
CURA-6598
This commit is contained in:
parent
2dbfbecd12
commit
53aaaab891
1 changed files with 11 additions and 5 deletions
|
|
@ -36,11 +36,17 @@ Popup
|
||||||
|
|
||||||
contentItem: Column
|
contentItem: Column
|
||||||
{
|
{
|
||||||
anchors.left: parent.left
|
anchors
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_lining").width
|
{
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_lining").width
|
left: parent.left
|
||||||
anchors.right: parent.right
|
leftMargin: UM.Theme.getSize("default_lining").width
|
||||||
anchors.top: parent.top
|
|
||||||
|
right: parent.right
|
||||||
|
rightMargin: UM.Theme.getSize("default_lining").width
|
||||||
|
|
||||||
|
top: parent.top
|
||||||
|
topMargin: UM.Theme.getSize("narrow_margin").height
|
||||||
|
}
|
||||||
|
|
||||||
// This repeater adds the intent labels
|
// This repeater adds the intent labels
|
||||||
Repeater
|
Repeater
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue