diff options
Diffstat (limited to 'qmapwatchlet')
-rw-r--r-- | qmapwatchlet/compass-metawatch-digital.qml | 4 | ||||
-rw-r--r-- | qmapwatchlet/map-metawatch-digital.qml | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/qmapwatchlet/compass-metawatch-digital.qml b/qmapwatchlet/compass-metawatch-digital.qml index 37d6e11..9c3131b 100644 --- a/qmapwatchlet/compass-metawatch-digital.qml +++ b/qmapwatchlet/compass-metawatch-digital.qml @@ -41,8 +41,8 @@ MWPage { id: compass updateEnabled: watch.active updateInterval: 3000 - width: 48 - height: 48 + width: 36 + height: 36 } Row { 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; } |