mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
[Linux] Make settings page scrollable
This commit is contained in:
committed by
Tim Gromeyer
parent
db763d7290
commit
ed0de4d9fa
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user