summaryrefslogtreecommitdiff
path: root/qmafwwatchlet
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-01-03 21:39:43 +0100
committerJavier S. Pedro <maemo@javispedro.com>2012-01-03 21:39:43 +0100
commitecbae703556cd140e096be767f18343bb6b88d88 (patch)
tree3f4aa6fd80b5e4e5b71172ef7aff80b3fbf21bf9 /qmafwwatchlet
parentd114dd1b289934c9c8d034622e79e0b913062b19 (diff)
downloadsowatch-ecbae703556cd140e096be767f18343bb6b88d88.tar.gz
sowatch-ecbae703556cd140e096be767f18343bb6b88d88.zip
fix qmafwwatchlet title
Diffstat (limited to 'qmafwwatchlet')
-rw-r--r--qmafwwatchlet/metawatch-digital.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/qmafwwatchlet/metawatch-digital.qml b/qmafwwatchlet/metawatch-digital.qml
index e5a6eb4..16dc85e 100644
--- a/qmafwwatchlet/metawatch-digital.qml
+++ b/qmafwwatchlet/metawatch-digital.qml
@@ -11,12 +11,13 @@ Rectangle {
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
- visible: player.mediaArt.length == 0
- text: qsTr("Music")
+ visible: mediaart.status != Image.Ready
+ text: qsTr("Now playing")
icon.source: "icon.png"
}
Image {
+ id: mediaart
anchors.fill: parent
fillMode: Image.PreserveAspectFit
smooth: true