Skip to content

Commit

Permalink
Fix name field visiblity behind menu
Browse files Browse the repository at this point in the history
Apparently name field was selectable in main menu. Fix this by hiding
the whole text input rectangle in menu state.

Signed-off-by: Tomi Leppänen <[email protected]>
  • Loading branch information
Tomin1 committed Oct 6, 2024
1 parent 396fecb commit 00eae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/harbour-trites.qml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ ApplicationWindow {
PropertyChanges {
target: rectangle2
opacity: 0
visible: true
visible: false
}
},
State {
Expand Down

0 comments on commit 00eae6b

Please sign in to comment.