NHeader: use label instead of title (matches NLabel)
This commit is contained in:
parent
2a262999ce
commit
c09a93af48
15 changed files with 43 additions and 59 deletions
|
|
@ -13,7 +13,7 @@ ColumnLayout {
|
|||
spacing: Style.marginL * scaling
|
||||
|
||||
NHeader {
|
||||
title: "Wallpaper Selector"
|
||||
label: "Wallpaper Selector"
|
||||
description: "Browse and select wallpapers from your configured directory."
|
||||
}
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ ColumnLayout {
|
|||
|
||||
// Current wallpaper display
|
||||
NHeader {
|
||||
title: "Current Wallpaper"
|
||||
label: "Current Wallpaper"
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
|
@ -83,7 +83,7 @@ ColumnLayout {
|
|||
|
||||
// Wallpaper grid
|
||||
NHeader {
|
||||
title: "Wallpaper Selector"
|
||||
label: "Wallpaper Selector"
|
||||
description: "Click on a wallpaper to set it as your current wallpaper."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue