Fix wallpaper selector height
This commit is contained in:
parent
dc77bc667a
commit
0992237411
3 changed files with 4 additions and 10 deletions
|
|
@ -317,7 +317,7 @@ PanelWithOverlay {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
Item {
|
||||||
id: settingsContainer
|
id: settingsContainer
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
|
|
@ -332,15 +332,15 @@ PanelWithOverlay {
|
||||||
Loader {
|
Loader {
|
||||||
id: settingsLoader
|
id: settingsLoader
|
||||||
|
|
||||||
Layout.fillWidth: true
|
anchors.fill: parent
|
||||||
Layout.fillHeight: true
|
|
||||||
sourceComponent: generalSettings
|
sourceComponent: generalSettings
|
||||||
active: true
|
active: true
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wallpaper Selector Component
|
// Wallpaper Selector Component - positioned as overlay
|
||||||
WallpaperSelector {
|
WallpaperSelector {
|
||||||
id: wallpaperSelector
|
id: wallpaperSelector
|
||||||
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,9 +16,6 @@ Rectangle {
|
||||||
wallpaperOverlay.visible = true;
|
wallpaperOverlay.visible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.fillHeight: true
|
|
||||||
|
|
||||||
color: Theme.backgroundPrimary
|
color: Theme.backgroundPrimary
|
||||||
visible: false
|
visible: false
|
||||||
z: 1000
|
z: 1000
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,6 @@ import qs.Widgets.SettingsWindow
|
||||||
import qs.Settings
|
import qs.Settings
|
||||||
import qs.Helpers
|
import qs.Helpers
|
||||||
|
|
||||||
import "./Helpers/IdleInhibitor.qml"
|
|
||||||
import "./Helpers/IPCHandlers.qml"
|
|
||||||
|
|
||||||
Scope {
|
Scope {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue