mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 05:58:58 +08:00
Add a topMargin for the qualities menu
CURA-6598
This commit is contained in:
parent
2dbfbecd12
commit
53aaaab891
@ -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…
x
Reference in New Issue
Block a user