Skip to content

Commit

Permalink
Fixed landscape mode
Browse files Browse the repository at this point in the history
  • Loading branch information
TronFortyTwo committed Feb 25, 2018
1 parent ed2dcda commit 8b76565
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"desktop": "qvbam.desktop"
}
},
"version": "0.2.4",
"version": "0.2.5",
"maintainer": "Emanuele Sorce <emanuele.sorce@hotmail.com>"
}
2 changes: 1 addition & 1 deletion src/qt/qml/PlayPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Page {
Rectangle {
id: screenContainer
anchors {
top: parent.top
top: tools.bottom
bottom: showPad ? buttonBackground.top : parent.bottom
}
width: parent.width
Expand Down
1 change: 1 addition & 0 deletions src/qt/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ MainView {
id: playPage
visible: false
}

focus: true
Keys.onPressed: {
iwindow.on_key_press_event(event.key);
Expand Down

0 comments on commit 8b76565

Please sign in to comment.