aboutsummaryrefslogtreecommitdiffhomepage
path: root/qml/harbour-binaryfun.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/harbour-binaryfun.qml')
-rw-r--r--qml/harbour-binaryfun.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/harbour-binaryfun.qml b/qml/harbour-binaryfun.qml
index 9378223..599a3ea 100644
--- a/qml/harbour-binaryfun.qml
+++ b/qml/harbour-binaryfun.qml
@@ -6,5 +6,5 @@ ApplicationWindow
{
initialPage: Component { Menu { } }
cover: Qt.resolvedUrl("cover/CoverPage.qml")
- allowedOrientations: defaultAllowedOrientations
+ allowedOrientations: Orientation.Portrait
}