set z value for standby to 1 so it shows above all other widgets
authorMohammed Sameer <msameer@foolab.org>
Mon, 24 Dec 2012 02:42:28 +0000 (04:42 +0200)
committerMohammed Sameer <msameer@foolab.org>
Mon, 24 Dec 2012 02:42:28 +0000 (04:42 +0200)
qml/CameraPage.qml

index e8dcd7f..1a5237d 100644 (file)
@@ -62,7 +62,7 @@ Page {
                 color: "black"
                 anchors.fill: parent
                 visible: standbyVisible && page.status == PageStatus.Active && pipelineManager.showStandBy
-
+                z: 1
                 Image {
                         id: icon
                         source: "image://theme/icon-l-camera-standby"