diff options
Diffstat (limited to 'sysinfowatchlet/metawatch-digital.qml')
-rw-r--r-- | sysinfowatchlet/metawatch-digital.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysinfowatchlet/metawatch-digital.qml b/sysinfowatchlet/metawatch-digital.qml index 67486ba..1e6acfb 100644 --- a/sysinfowatchlet/metawatch-digital.qml +++ b/sysinfowatchlet/metawatch-digital.qml @@ -13,10 +13,12 @@ Rectangle { MWTitle { id: title text: qsTr("Phone Info") + icon.source: "icon.png" } Column { spacing: 4 + width: 96 Text { text: "Battery: " + batteryLevel + "%" |