controlcenter: font size adjustments on headings

This commit is contained in:
ATMDA 2025-11-14 14:03:10 -05:00
parent f39c4b6e6c
commit 9cdc30058a
5 changed files with 7 additions and 7 deletions

View file

@ -34,7 +34,7 @@ ColumnLayout {
StyledText {
text: root.title
font.pointSize: Appearance.font.size.normal
font.pointSize: Appearance.font.size.larger
font.weight: 500
}

View file

@ -48,7 +48,7 @@ RowLayout {
StyledText {
text: qsTr("Output devices (%1)").arg(Audio.sinks.length)
font.pointSize: Appearance.font.size.large
font.pointSize: Appearance.font.size.normal
font.weight: 500
}
@ -119,7 +119,7 @@ RowLayout {
StyledText {
Layout.topMargin: Appearance.spacing.large
text: qsTr("Input devices (%1)").arg(Audio.sources.length)
font.pointSize: Appearance.font.size.large
font.pointSize: Appearance.font.size.normal
font.weight: 500
}

View file

@ -97,7 +97,7 @@ ColumnLayout {
StyledText {
Layout.fillWidth: true
text: qsTr("Devices (%1)").arg(Bluetooth.devices.values.length)
font.pointSize: Appearance.font.size.large
font.pointSize: Appearance.font.size.normal
font.weight: 500
}

View file

@ -139,7 +139,7 @@ RowLayout {
StyledText {
Layout.topMargin: Appearance.spacing.large
text: qsTr("Applications (%1)").arg(allAppsDb.apps.length)
font.pointSize: Appearance.font.size.larger
font.pointSize: Appearance.font.size.normal
font.weight: 500
}

View file

@ -116,7 +116,7 @@ RowLayout {
StyledText {
text: qsTr("Devices (%1)").arg(Nmcli.ethernetDevices.length)
font.pointSize: Appearance.font.size.large
font.pointSize: Appearance.font.size.normal
font.weight: 500
}
}
@ -243,7 +243,7 @@ RowLayout {
StyledText {
text: qsTr("Networks (%1)").arg(Nmcli.networks.length)
font.pointSize: Appearance.font.size.large
font.pointSize: Appearance.font.size.normal
font.weight: 500
}