Browse Source

Remove unnecessary top anchor in first subitem of item

It already gets aligned to the top anyway.

Contributes to issue CURA-5876.
Ghostkeeper 6 years ago
parent
commit
801701623e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml

+ 0 - 1
resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml

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