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
|
|
@ -11,7 +11,7 @@ ColumnLayout {
|
|||
id: root
|
||||
|
||||
NHeader {
|
||||
title: "Wallpaper Management"
|
||||
label: "Wallpaper Management"
|
||||
description: "Configure wallpaper settings, automation, and appearance options."
|
||||
}
|
||||
|
||||
|
|
@ -95,7 +95,7 @@ ColumnLayout {
|
|||
Layout.fillWidth: true
|
||||
|
||||
NHeader {
|
||||
title: "Look & Feel"
|
||||
label: "Look & Feel"
|
||||
}
|
||||
|
||||
// Fill Mode
|
||||
|
|
@ -192,7 +192,7 @@ ColumnLayout {
|
|||
Layout.fillWidth: true
|
||||
|
||||
NHeader {
|
||||
title: "Automation"
|
||||
label: "Automation"
|
||||
}
|
||||
|
||||
// Random Wallpaper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue