mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Fix wallpaper selector height
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@ Rectangle {
|
||||
wallpaperOverlay.visible = true;
|
||||
}
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
||||
color: Theme.backgroundPrimary
|
||||
visible: false
|
||||
z: 1000
|
||||
|
||||
Reference in New Issue
Block a user