~ci-train-bot/unity8/unity8-ubuntu-zesty-2204

« back to all changes in this revision

Viewing changes to qml/Notifications/ShapedIcon.qml

Fix the pixelated notification icon by setting sourceSize (LP: #1637712)

Approved by: Michael Zanetti, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
        objectName: "nonShapedIcon"
37
37
        anchors.fill: parent
 
38
        sourceSize: Qt.size(parent.width, parent.height)
38
39
        visible: !shaped
39
40
        source: fileSource
40
41
        fillMode: Image.PreserveAspectFit