Add a topMargin for the qualities menu

CURA-6598
This commit is contained in:
Jaime van Kessel 2019-09-04 16:43:59 +02:00
parent 2dbfbecd12
commit 53aaaab891
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -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