Thread: [SailfishOS] [Announce] MeeCast
View Single Post
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#82
Hi Vlad,

I noticed that the cover is still a tad different color than the other covers. So I checked it's qml code and found the reason.

Code:
Rectangle {
        id: background_rect
        anchors.fill: parent
        opacity: 0.1
        color: "white"
    }
Set opacity to 0.0 to fix it.

Last edited by Morpog; 2014-01-23 at 18:38.