lock ImagePage orientation to Landscape for now
authorMohammed Sameer <msameer@foolab.org>
Thu, 27 Sep 2012 20:54:56 +0000 (23:54 +0300)
committerMohammed Sameer <msameer@foolab.org>
Thu, 27 Sep 2012 20:54:56 +0000 (23:54 +0300)
qml/ImagePage.qml

index b19d771..5830fe2 100644 (file)
@@ -32,6 +32,8 @@ CameraPage {
         policyMode: CameraResources.Image
         controlsVisible: capture.visible && cam.running && !standbyWidget.visible
 
+        orientationLock: PageOrientation.LockLandscape
+
         Button {
                 id: capture
                 anchors.right: parent.right