Просмотр исходного кода

Remove unnecessary top anchor in first subitem of item

It already gets aligned to the top anyway.

Contributes to issue CURA-5876.
Ghostkeeper 6 лет назад
Родитель
Сommit
801701623e
1 измененных файлов с 0 добавлено и 1 удалено
  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
         }