native: fix undefined behavior of scroll view

This commit is contained in:
Johannes Jöns 2024-07-12 09:23:11 +02:00
parent f5333b6991
commit 288a40281b

View file

@ -118,9 +118,6 @@ Rectangle {
}
ScrollView {
anchors {
top: rect1.bottom
}
Layout.fillWidth: true
Layout.fillHeight: true