From ed0de4d9fac7fd125f03b8acba26095af9baebb2 Mon Sep 17 00:00:00 2001 From: Tim Gromeyer Date: Tue, 22 Apr 2025 15:10:59 +0200 Subject: [PATCH] [Linux] Make settings page scrollable --- linux/Main.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/linux/Main.qml b/linux/Main.qml index d4599e8..f8c2c90 100644 --- a/linux/Main.qml +++ b/linux/Main.qml @@ -148,13 +148,15 @@ ApplicationWindow { Component { id: settingsPage - Item { + Page { + id: settingsPageItem + title: "Settings" + ScrollView { anchors.fill: parent - contentWidth: parent.width - contentHeight: parent.height Column { + width: parent.width spacing: 20 padding: 20