From aa3f1fd1247a048766e50e43f074c0234f7048b5 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Sat, 1 Sep 2012 19:33:26 +0300 Subject: [PATCH] Set the opacity for the torch button to 0.5 --- qml/VideoPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/VideoPage.qml b/qml/VideoPage.qml index 51849c1..96f3e0f 100644 --- a/qml/VideoPage.qml +++ b/qml/VideoPage.qml @@ -44,6 +44,7 @@ CameraPage { anchors.left: parent.left anchors.topMargin: 20 anchors.leftMargin: 20 + opacity: 0.5 } VideoSceneButton { -- 2.34.1