controlcenter: renamed panel titles from settings to panel name
This commit is contained in:
parent
58e657d891
commit
23e5d7d13c
6 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue