~ahayzen/+junk/bottom-edge-preload

1
2
3
4
5
6
7
8
import QtQuick 2.0

Rectangle {
    color: "#F00"
    height: mainView.height
    width: mainView.width
}