From bbceb30baeee0c35f2335d14f74b4ced796046a8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 10 Jul 2024 15:30:31 +0200 Subject: [PATCH] native: make table fixed --- native/Main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/native/Main.qml b/native/Main.qml index 3f6a516..4f93b00 100644 --- a/native/Main.qml +++ b/native/Main.qml @@ -39,6 +39,7 @@ Window { columnSpacing: 1 rowSpacing: 1 clip: true + boundsBehavior: Flickable.StopAtBounds model: Data {} delegate: Rectangle {