From f0564ad9d210cc68bfb1bfc6e56b86fa941ad830 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 11 Aug 2012 01:10:25 +0200 Subject: more fixes --- qmafwwatchlet/metawatch-digital.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmafwwatchlet') diff --git a/qmafwwatchlet/metawatch-digital.qml b/qmafwwatchlet/metawatch-digital.qml index 16dc85e..d9370a6 100644 --- a/qmafwwatchlet/metawatch-digital.qml +++ b/qmafwwatchlet/metawatch-digital.qml @@ -31,7 +31,7 @@ Rectangle { anchors.bottom: parent.bottom color: "white" - Text { + MWLabel { anchors.fill: parent text: player.title.length > 0 ? player.title : qsTr("No media"); color: "black" -- cgit v1.2.3