mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix invisible Navigation height blocking imput
This commit is contained in:
parent
5ce1b29c95
commit
199cf1429a
@ -265,7 +265,6 @@ Item {
|
||||
|
||||
Navigation {
|
||||
id: navWrapper
|
||||
height: 115
|
||||
anchors {
|
||||
top: parent.top
|
||||
right: parent.right
|
||||
|
@ -15,6 +15,7 @@ import "../Common" as Common
|
||||
Item {
|
||||
id: navWrapper
|
||||
state: "out"
|
||||
height: 52
|
||||
|
||||
Rectangle {
|
||||
id: nav
|
||||
|
Loading…
Reference in New Issue
Block a user