diff options
Diffstat (limited to 'notificationswatchlet/metawatch-digital.qml')
-rw-r--r-- | notificationswatchlet/metawatch-digital.qml | 3 |
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 { |