Browse Source

The top bar background overlaps settings bar

Aleksei S 6 years ago
parent
commit
3c517d3fcc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Cura.qml

+ 1 - 1
resources/qml/Cura.qml

@@ -93,7 +93,7 @@ UM.MainWindow
             id: headerBackground
             anchors
             {
-                top: parent.top
+                top: applicationMenu.bottom
                 left: parent.left
                 right: parent.right
             }