1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix invisible Navigation height blocking imput

This commit is contained in:
Elias Steurer 2021-02-17 18:45:04 +01:00
parent 5ce1b29c95
commit 199cf1429a
2 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,6 @@ Item {
Navigation {
id: navWrapper
height: 115
anchors {
top: parent.top
right: parent.right

View File

@ -15,6 +15,7 @@ import "../Common" as Common
Item {
id: navWrapper
state: "out"
height: 52
Rectangle {
id: nav