diff --git a/applet/contents/ui/DetailsText.qml b/applet/contents/ui/DetailsText.qml --- a/applet/contents/ui/DetailsText.qml +++ b/applet/contents/ui/DetailsText.qml @@ -79,8 +79,7 @@ height: paintedHeight font.pointSize: theme.smallestFont.pointSize horizontalAlignment: Text.AlignRight - opacity: 0.6 - text: "" + details[index*2] + ":  " + text: details[index*2] + ": " Component.onCompleted: { if (paintedWidth > repeater.longestString) { @@ -100,7 +99,6 @@ height: paintedHeight elide: Text.ElideRight font.pointSize: theme.smallestFont.pointSize - opacity: 0.6 text: details[(index*2)+1] textFormat: Text.PlainText