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:
casper 2021-11-29 14:34:15 +01:00 committed by Jelle Spijker
parent 8d8de1c6f4
commit f10eea4fc4
No known key found for this signature in database
GPG Key ID: 6662DC033BE6B99A

View File

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