Set the opacity for the torch button to 0.5
authorMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:33:26 +0000 (19:33 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:33:26 +0000 (19:33 +0300)
qml/VideoPage.qml

index 51849c1..96f3e0f 100644 (file)
@@ -44,6 +44,7 @@ CameraPage {
                 anchors.left: parent.left
                 anchors.topMargin: 20
                 anchors.leftMargin: 20
+                opacity: 0.5
         }
 
         VideoSceneButton {