Settings: more cleanup - wip
This commit is contained in:
parent
c09a93af48
commit
f3123ba5b1
14 changed files with 121 additions and 139 deletions
|
|
@ -9,13 +9,8 @@ import qs.Widgets
|
|||
ColumnLayout {
|
||||
id: root
|
||||
width: parent.width
|
||||
|
||||
spacing: Style.marginL * scaling
|
||||
|
||||
NHeader {
|
||||
label: "Wallpaper Selector"
|
||||
description: "Browse and select wallpapers from your configured directory."
|
||||
}
|
||||
|
||||
property list<string> wallpapersList: []
|
||||
property string currentWallpaper: ""
|
||||
|
|
@ -49,6 +44,7 @@ ColumnLayout {
|
|||
// Current wallpaper display
|
||||
NHeader {
|
||||
label: "Current Wallpaper"
|
||||
description: "Preview and manage your desktop background."
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue