Source /tmp/session_bus_address.user before invoking dbus-send in postinst script
[harmattan/cameraplus] / qml / Indicator.qml
index 192afff..bab50fe 100644 (file)
 import QtQuick 2.0
 
 Image {
-        anchors.left: parent.left
-        anchors.right: parent.right
-        anchors.leftMargin: 5
-        anchors.rightMargin: 5
-        anchors.topMargin: 5
-        anchors.bottomMargin: 5
+    anchors.left: parent.left
+    anchors.right: parent.right
+    anchors.leftMargin: 5
+    anchors.rightMargin: 5
+    anchors.topMargin: 5
+    anchors.bottomMargin: 5
+    asynchronous: true
 
-        height: width
+    height: width
 }