diff --git a/ScreenPlay/qml/Installed/Installed.qml b/ScreenPlay/qml/Installed/Installed.qml index 1aff1ede..f4fe69d9 100644 --- a/ScreenPlay/qml/Installed/Installed.qml +++ b/ScreenPlay/qml/Installed/Installed.qml @@ -265,7 +265,6 @@ Item { Navigation { id: navWrapper - height: 115 anchors { top: parent.top right: parent.right diff --git a/ScreenPlay/qml/Installed/Navigation.qml b/ScreenPlay/qml/Installed/Navigation.qml index bf55d939..f6101469 100644 --- a/ScreenPlay/qml/Installed/Navigation.qml +++ b/ScreenPlay/qml/Installed/Navigation.qml @@ -15,6 +15,7 @@ import "../Common" as Common Item { id: navWrapper state: "out" + height: 52 Rectangle { id: nav