Settings: fix padding in wallpaper tabs

This commit is contained in:
quadbyte 2025-08-07 13:34:14 -04:00
parent 0992237411
commit 59f2e9d71f

View file

@ -19,7 +19,7 @@ ScrollView {
Layout.fillWidth: true
Layout.fillHeight: true
padding: 0
padding: 16
rightPadding: 12
clip: true
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff