summaryrefslogtreecommitdiff
path: root/qmapwatchlet/map-metawatch-digital.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qmapwatchlet/map-metawatch-digital.qml')
-rw-r--r--qmapwatchlet/map-metawatch-digital.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/qmapwatchlet/map-metawatch-digital.qml b/qmapwatchlet/map-metawatch-digital.qml
index 9c054a4..a0732ed 100644
--- a/qmapwatchlet/map-metawatch-digital.qml
+++ b/qmapwatchlet/map-metawatch-digital.qml
@@ -4,9 +4,14 @@ import com.javispedro.sowatch.metawatch 1.0
import com.javispedro.sowatch.qmap 1.0
MWPage {
+ MWTitle {
+ id: title
+ z: 1
+ }
+
MapView {
id: map
- anchors.fill: parent;
+ anchors.fill: parent
updateEnabled: watch.active
updateInterval: 5000;
}