I wrote a small test-program (it does not reproduce the bug on my
laptop, perhaps the images are too small):


import QtQuick 2.0
import Ubuntu.Components 0.1

Rectangle {
    color: "green"
    width: 600
    height: 600

    CrossFadeImage {
        id: crossFader
        anchors {
            fill: parent
            margins: 20
        }
        source: "/home/tim/Pictures/IMG_7001.jpg"

        MouseArea {
            anchors.fill: parent
            onClicked: crossFader.source = "/home/tim/Pictures/IMG_7003.jpg"
        }
    }
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227783

Title:
  Black backround image -CrossFadeImage does not set the sourceSize for
  the images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1227783/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to