~ahayzen/+junk/bottom-edge-preload

1 by Andrew Hayzen
* Bottom edge preload and url don't work together demo
1
import QtQuick 2.0
2
3
Rectangle {
4
    color: "#F00"
5
    height: mainView.height
6
    width: mainView.width
7
}
8