Skip to content

Commit 8b76565

Browse files
committed
Fixed landscape mode
1 parent ed2dcda commit 8b76565

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"desktop": "qvbam.desktop"
1111
}
1212
},
13-
"version": "0.2.4",
13+
"version": "0.2.5",
1414
"maintainer": "Emanuele Sorce <emanuele.sorce@hotmail.com>"
1515
}

src/qt/qml/PlayPage.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Page {
1616
Rectangle {
1717
id: screenContainer
1818
anchors {
19-
top: parent.top
19+
top: tools.bottom
2020
bottom: showPad ? buttonBackground.top : parent.bottom
2121
}
2222
width: parent.width

src/qt/qml/main.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ MainView {
2424
id: playPage
2525
visible: false
2626
}
27+
2728
focus: true
2829
Keys.onPressed: {
2930
iwindow.on_key_press_event(event.key);

0 commit comments

Comments
 (0)