summaryrefslogtreecommitdiff
path: root/notificationswatchlet/metawatch-digital.qml
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-01-03 19:04:30 +0100
committerJavier S. Pedro <maemo@javispedro.com>2012-01-03 19:04:30 +0100
commit989b0c15d56472dd430edb378315d5c40bc91d08 (patch)
tree2e3130e161ebd04f019e5b2515e47c619d28373e /notificationswatchlet/metawatch-digital.qml
parent42877713055d098a259ac33f3278336610f22b9b (diff)
downloadsowatch-989b0c15d56472dd430edb378315d5c40bc91d08.tar.gz
sowatch-989b0c15d56472dd430edb378315d5c40bc91d08.zip
adding icons to mw watchlet titles
Diffstat (limited to 'notificationswatchlet/metawatch-digital.qml')
-rw-r--r--notificationswatchlet/metawatch-digital.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/notificationswatchlet/metawatch-digital.qml b/notificationswatchlet/metawatch-digital.qml
index a298395..493cc96 100644
--- a/notificationswatchlet/metawatch-digital.qml
+++ b/notificationswatchlet/metawatch-digital.qml
@@ -9,10 +9,11 @@ Rectangle {
MWTitle {
id: title
- text: qsTr("Notifications")
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
+ text: qsTr("Notifications")
+ icon.source: "icon.png"
}
MWListView {