mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06: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
|
||||
{
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: UM.Theme.getSize("default_lining").width
|
||||
anchors.rightMargin: UM.Theme.getSize("default_lining").width
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
anchors
|
||||
{
|
||||
left: parent.left
|
||||
leftMargin: UM.Theme.getSize("default_lining").width
|
||||
|
||||
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
|
||||
Repeater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue