Skip to content

Commit ed0de4d

Browse files
committed
[Linux] Make settings page scrollable
1 parent db763d7 commit ed0de4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

linux/Main.qml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,15 @@ ApplicationWindow {
148148

149149
Component {
150150
id: settingsPage
151-
Item {
151+
Page {
152+
id: settingsPageItem
153+
title: "Settings"
154+
152155
ScrollView {
153156
anchors.fill: parent
154-
contentWidth: parent.width
155-
contentHeight: parent.height
156157

157158
Column {
159+
width: parent.width
158160
spacing: 20
159161
padding: 20
160162

0 commit comments

Comments
 (0)