Remove unnecessary top anchor in first subitem of item

It already gets aligned to the top anyway.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-12-04 14:04:07 +01:00
parent a1f579a528
commit 801701623e
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -22,7 +22,6 @@ Item
anchors
{
top: parent.top
left: parent.left
right: parent.right
}