WallpaperSelector: syntax fix
This commit is contained in:
parent
db3ea7ed73
commit
812ddf2ebb
1 changed files with 1 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ ColumnLayout {
|
||||||
description: "Set selected wallpaper on all monitors at once."
|
description: "Set selected wallpaper on all monitors at once."
|
||||||
checked: Settings.data.wallpaper.setWallpaperOnAllMonitors
|
checked: Settings.data.wallpaper.setWallpaperOnAllMonitors
|
||||||
onToggled: checked => Settings.data.wallpaper.setWallpaperOnAllMonitors = checked
|
onToggled: checked => Settings.data.wallpaper.setWallpaperOnAllMonitors = checked
|
||||||
visible: (wallpaperService.wallpaperList.length > 0)
|
visible: (WallpaperService.wallpaperList.length > 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wallpaper grid container
|
// Wallpaper grid container
|
||||||
|
|
@ -204,7 +204,6 @@ ColumnLayout {
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: fallbackColumn
|
id: fallbackColumn
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Style.marginL * Scaling
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue