diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-10 23:52:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-10 23:52:30 +0200 |
commit | 1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19 (patch) | |
tree | 72a3b00cee7068e03d1d5182d70622903fda58c0 /notificationswatchlet | |
parent | d3ed26704ad29f58f28f7ef84de5bbf6b5f0eaf6 (diff) | |
download | sowatch-1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19.tar.gz sowatch-1b8f2a0e2e63b1f881b6ba7b18982353b9c27b19.zip |
fix package upgrade issues
Diffstat (limited to 'notificationswatchlet')
-rw-r--r-- | notificationswatchlet/metawatch-digital.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notificationswatchlet/metawatch-digital.qml b/notificationswatchlet/metawatch-digital.qml index 493cc96..1e97052 100644 --- a/notificationswatchlet/metawatch-digital.qml +++ b/notificationswatchlet/metawatch-digital.qml @@ -28,7 +28,7 @@ Rectangle { width: notifs.width height: childrenRect.height color: ListView.isCurrentItem ? "black" : "white" - Text { + MWLabel { width: 96 text: "<b>" + model.modelData.title + "</b><br>" + model.modelData.body wrapMode: Text.WrapAtWordBoundaryOrAnywhere @@ -38,7 +38,7 @@ Rectangle { visible: count > 0; } - Text { + MWLabel { anchors.top: title.bottom anchors.horizontalCenter: parent.horizontalCenter text: qsTr("No notifications"); |