Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquickgridview / data / gridview3.qml
1 import QtQuick 2.0
2
3 GridView {
4     anchors.fill: parent
5     width: 320; height: 200
6 }