Fix wallpaper selector height

This commit is contained in:
Ly-sec 2025-08-07 19:20:07 +02:00
parent dc77bc667a
commit 0992237411
3 changed files with 4 additions and 10 deletions

View file

@ -317,7 +317,7 @@ PanelWithOverlay {
}
ColumnLayout {
Item {
id: settingsContainer
anchors {
@ -332,15 +332,15 @@ PanelWithOverlay {
Loader {
id: settingsLoader
Layout.fillWidth: true
Layout.fillHeight: true
anchors.fill: parent
sourceComponent: generalSettings
active: true
}
// Wallpaper Selector Component
// Wallpaper Selector Component - positioned as overlay
WallpaperSelector {
id: wallpaperSelector
anchors.fill: parent
}
}