Fix margin

CURA-8587
This commit is contained in:
Jaime van Kessel 2021-12-06 11:34:19 +01:00
parent de0dc568cd
commit ea85e59e50

View file

@ -94,7 +94,7 @@ Rectangle
left: packageItem.right
leftMargin: UM.Theme.getSize("default_margin").width
right: parent.right
rightMargin: UM.Theme.getSize("thick_margin").width
rightMargin: UM.Theme.getSize("default_margin").width
top: parent.top
topMargin: UM.Theme.getSize("narrow_margin").height
}