[bug] Cover page Label bug
asked 2014-07-29 23:00:18 +0200
This post is a wiki. Anyone with karma >75 is welcome to improve it.
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