diff options
Diffstat (limited to 'sysinfowatchlet/metawatch-digital.qml')
-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 |