From ecbae703556cd140e096be767f18343bb6b88d88 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 3 Jan 2012 21:39:43 +0100 Subject: fix qmafwwatchlet title --- qmafwwatchlet/metawatch-digital.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qmafwwatchlet') 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 -- cgit v1.2.3