mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Fix margin
CURA-8587
This commit is contained in:
parent
de0dc568cd
commit
ea85e59e50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue