settings: more icons

This commit is contained in:
end-4
2025-09-01 22:19:16 +02:00
parent cdc38f7e6e
commit 9f69b8815a
19 changed files with 522 additions and 240 deletions
@@ -5,7 +5,7 @@ import qs.modules.common.widgets
StyledFlickable {
id: root
property real baseWidth: 550
property real baseWidth: 600
property bool forceWidth: false
property real bottomContentPadding: 100
@@ -21,9 +21,9 @@ StyledFlickable {
anchors {
top: parent.top
horizontalCenter: parent.horizontalCenter
margins: 10
margins: 20
}
spacing: 20
spacing: 30
}
}