From 288a40281bde04478d187ca557308ade8ba9a413 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 12 Jul 2024 09:23:11 +0200 Subject: [PATCH] native: fix undefined behavior of scroll view --- native/MainPage.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/native/MainPage.qml b/native/MainPage.qml index ce0b010..69392f2 100644 --- a/native/MainPage.qml +++ b/native/MainPage.qml @@ -118,9 +118,6 @@ Rectangle { } ScrollView { - anchors { - top: rect1.bottom - } Layout.fillWidth: true Layout.fillHeight: true