summaryrefslogtreecommitdiff
path: root/qmafwwatchlet/metawatch-digital.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qmafwwatchlet/metawatch-digital.qml')
-rw-r--r--qmafwwatchlet/metawatch-digital.qml2
1 files changed, 1 insertions, 1 deletions
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"