aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/anchors3.qml
blob: 290b19f98bb4302fc893812bcd031af51f59d81c (plain)
1
2
3
4
5
6
import QtQuick 2.15

Rectangle {   
    anchors.horizontalCenter: parent
    anchors.verticalCenter: parent
}