Refactor the settings dialog so that it uses a set of components/abstractions

for all of the tabs and stacks
This commit is contained in:
Adam Treat
2023-06-29 13:38:10 -04:00
committed by AT
parent b3c29e4179
commit dedb0025be
4 changed files with 96 additions and 154 deletions

View File

@@ -102,7 +102,7 @@ MySettingsTab {
ScrollView {
id: scrollView
Layout.fillWidth: true
Layout.bottomMargin: 20
Layout.bottomMargin: 10
clip: true
contentHeight: 300
ScrollBar.vertical.policy: ScrollBar.AlwaysOn