[Linux] Make settings page scrollable

This commit is contained in:
Tim Gromeyer
2025-04-22 15:10:59 +02:00
committed by Tim Gromeyer
parent db763d7290
commit ed0de4d9fa

View File

@@ -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