mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NHeader: use label instead of title (matches NLabel)
This commit is contained in:
@@ -10,7 +10,7 @@ ColumnLayout {
|
||||
id: root
|
||||
|
||||
NHeader {
|
||||
title: "Profile"
|
||||
label: "Profile"
|
||||
description: "Configure your user profile and avatar settings."
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
|
||||
NHeader {
|
||||
title: "User Interface"
|
||||
label: "User Interface"
|
||||
}
|
||||
|
||||
NToggle {
|
||||
@@ -135,7 +135,7 @@ ColumnLayout {
|
||||
spacing: Style.marginL * scaling
|
||||
Layout.fillWidth: true
|
||||
NHeader {
|
||||
title: "Screen Corners"
|
||||
label: "Screen Corners"
|
||||
}
|
||||
|
||||
NToggle {
|
||||
@@ -184,8 +184,9 @@ ColumnLayout {
|
||||
ColumnLayout {
|
||||
spacing: Style.marginL * scaling
|
||||
Layout.fillWidth: true
|
||||
|
||||
NHeader {
|
||||
title: "Fonts"
|
||||
label: "Fonts"
|
||||
}
|
||||
|
||||
// Font configuration section
|
||||
|
||||
Reference in New Issue
Block a user