mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 07:05:53 +08:00
Fix margin
CURA-8587
This commit is contained in:
parent
de0dc568cd
commit
ea85e59e50
@ -94,7 +94,7 @@ Rectangle
|
|||||||
left: packageItem.right
|
left: packageItem.right
|
||||||
leftMargin: UM.Theme.getSize("default_margin").width
|
leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
right: parent.right
|
right: parent.right
|
||||||
rightMargin: UM.Theme.getSize("thick_margin").width
|
rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
top: parent.top
|
top: parent.top
|
||||||
topMargin: UM.Theme.getSize("narrow_margin").height
|
topMargin: UM.Theme.getSize("narrow_margin").height
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user