mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Remove top anchor from an element used in ColumnLayout
This element did need additional margins at the top. Added margins to the ColumnLayout element instead. CURA-8564
This commit is contained in:
parent
8d8de1c6f4
commit
f10eea4fc4
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ Rectangle
|
|||
margins: UM.Theme.getSize("default_margin").width
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
top: parent.top
|
||||
}
|
||||
|
||||
color: UM.Theme.getColor("action_panel_secondary")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue