From 9e061170b3834845910749c55eda63f03d982bbf Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 3 May 2013 21:13:31 +0200 Subject: add a small status bar to metawatch watchlets --- sysinfowatchlet/metawatch-digital.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysinfowatchlet') 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 -- cgit v1.2.3