From 9d6bc2f6b68078ebb835281fa1bdf29121d45699 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Mon, 24 Dec 2012 04:42:28 +0200 Subject: [PATCH] set z value for standby to 1 so it shows above all other widgets --- qml/CameraPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/CameraPage.qml b/qml/CameraPage.qml index e8dcd7f..1a5237d 100644 --- a/qml/CameraPage.qml +++ b/qml/CameraPage.qml @@ -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" -- 2.25.1