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
|
|
@ -9,7 +9,7 @@ ColumnLayout {
|
|||
id: root
|
||||
|
||||
NHeader {
|
||||
title: "Weather & Location"
|
||||
label: "Weather & Location"
|
||||
description: "Configure weather display and location settings."
|
||||
}
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ ColumnLayout {
|
|||
Layout.fillWidth: true
|
||||
|
||||
NHeader {
|
||||
title: "Weather"
|
||||
label: "Weather"
|
||||
}
|
||||
|
||||
NToggle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue