Settings: wallpaper, removed double ScrollView

This commit is contained in:
quadbyte 2025-08-07 13:37:45 -04:00
parent 59f2e9d71f
commit 677bf8fbe1

View file

@ -5,8 +5,6 @@ import qs.Components
import qs.Services
import qs.Settings
ScrollView {
anchors.fill: parent
ColumnLayout {
id: root
@ -871,10 +869,3 @@ ScrollView {
}
}
Item {
Layout.fillWidth: true
Layout.fillHeight: true
}
}