diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-03 21:13:31 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-03 21:13:31 +0200 |
commit | 9e061170b3834845910749c55eda63f03d982bbf (patch) | |
tree | 0837bbdb63918eaf07333a81a98a21646d5ac3c6 /sysinfowatchlet | |
parent | fba422cb3999e5c1a35849891861faa24494bd50 (diff) | |
download | sowatch-9e061170b3834845910749c55eda63f03d982bbf.tar.gz sowatch-9e061170b3834845910749c55eda63f03d982bbf.zip |
add a small status bar to metawatch watchlets
Diffstat (limited to 'sysinfowatchlet')
-rw-r--r-- | sysinfowatchlet/metawatch-digital.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysinfowatchlet/metawatch-digital.qml b/sysinfowatchlet/metawatch-digital.qml index 6e26174..2b3cf66 100644 --- a/sysinfowatchlet/metawatch-digital.qml +++ b/sysinfowatchlet/metawatch-digital.qml @@ -9,7 +9,7 @@ Rectangle { Column { anchors.fill: parent - spacing: 4 + spacing: 2 MWTitle { id: title @@ -23,7 +23,7 @@ Rectangle { Rectangle { id: battery - x: 12 + anchors.horizontalCenter: parent.horizontalCenter width: 72 height: 16 |