[bug] Cover page Label bug

asked 2014-07-29 23:00:18 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

updated 2016-10-26 15:37:25 +0200

jiit gravatar image

If I directly implement it like: cover: CoverBackground { ... Label{} } the label text is bold

and if I do cover: Qt.resolvedUrl("Cover.qml") it works as expected (i.e. text is not bold)

Correctly working example: Mitakuluu main.qml

Wrongly working example: Cutespotify main.qml

Also discussed in irc #sailfishos 29.7.14 / 20:40

confirmed by space_llama

edit retag flag offensive close delete