controlcenter: renamed panel titles from settings to panel name

This commit is contained in:
ATMDA 2025-11-17 15:46:40 -05:00
parent 58e657d891
commit 23e5d7d13c
6 changed files with 8 additions and 8 deletions

View file

@ -147,7 +147,7 @@ RowLayout {
spacing: Appearance.spacing.smaller
StyledText {
text: qsTr("Settings")
text: qsTr("Appearance")
font.pointSize: Appearance.font.size.large
font.weight: 500
}

View file

@ -74,13 +74,13 @@ RowLayout {
anchors.right: parent.right
spacing: Appearance.spacing.normal
// Settings header above the collapsible sections
// Audio header above the collapsible sections
RowLayout {
Layout.fillWidth: true
spacing: Appearance.spacing.smaller
StyledText {
text: qsTr("Settings")
text: qsTr("Audio")
font.pointSize: Appearance.font.size.large
font.weight: 500
}

View file

@ -25,7 +25,7 @@ ColumnLayout {
spacing: Appearance.spacing.smaller
StyledText {
text: qsTr("Settings")
text: qsTr("Bluetooth")
font.pointSize: Appearance.font.size.large
font.weight: 500
}

View file

@ -194,7 +194,7 @@ RowLayout {
spacing: Appearance.spacing.smaller
StyledText {
text: qsTr("Settings")
text: qsTr("Launcher")
font.pointSize: Appearance.font.size.large
font.weight: 500
}

View file

@ -82,13 +82,13 @@ Item {
anchors.right: parent.right
spacing: Appearance.spacing.normal
// Settings header above the collapsible sections
// Network header above the collapsible sections
RowLayout {
Layout.fillWidth: true
spacing: Appearance.spacing.smaller
StyledText {
text: qsTr("Settings")
text: qsTr("Network")
font.pointSize: Appearance.font.size.large
font.weight: 500
}

View file

@ -171,7 +171,7 @@ Item {
spacing: Appearance.spacing.smaller
StyledText {
text: qsTr("Settings")
text: qsTr("Taskbar")
font.pointSize: Appearance.font.size.large
font.weight: 500
}