Image mode indicators should be visible only when the capture button is visible like...
authorMohammed Sameer <msameer@foolab.org>
Mon, 3 Sep 2012 15:38:34 +0000 (18:38 +0300)
committerMohammed Sameer <msameer@foolab.org>
Mon, 3 Sep 2012 15:38:34 +0000 (18:38 +0300)
qml/ImagePage.qml

index ce19e1f..71d1685 100644 (file)
@@ -56,6 +56,7 @@ CameraPage {
         }
 
         Indicators {
+                visible: capture.visible
                 anchors.bottom: parent.bottom
                 anchors.bottomMargin: 20
                 anchors.left: parent.left