summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/controls/CollapsibleSection.qml2
-rw-r--r--modules/controlcenter/audio/AudioPane.qml4
-rw-r--r--modules/controlcenter/bluetooth/DeviceList.qml2
-rw-r--r--modules/controlcenter/launcher/LauncherPane.qml2
-rw-r--r--modules/controlcenter/network/NetworkingPane.qml4
5 files changed, 7 insertions, 7 deletions
diff --git a/components/controls/CollapsibleSection.qml b/components/controls/CollapsibleSection.qml
index a22ad99..5bec5f8 100644
--- a/components/controls/CollapsibleSection.qml
+++ b/components/controls/CollapsibleSection.qml
@@ -34,7 +34,7 @@ ColumnLayout {
StyledText {
text: root.title
- font.pointSize: Appearance.font.size.normal
+ font.pointSize: Appearance.font.size.larger
font.weight: 500
}
diff --git a/modules/controlcenter/audio/AudioPane.qml b/modules/controlcenter/audio/AudioPane.qml
index 502134a..cf6e85a 100644
--- a/modules/controlcenter/audio/AudioPane.qml
+++ b/modules/controlcenter/audio/AudioPane.qml
@@ -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
}
diff --git a/modules/controlcenter/bluetooth/DeviceList.qml b/modules/controlcenter/bluetooth/DeviceList.qml
index 3831e4a..8bf5daa 100644
--- a/modules/controlcenter/bluetooth/DeviceList.qml
+++ b/modules/controlcenter/bluetooth/DeviceList.qml
@@ -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
}
diff --git a/modules/controlcenter/launcher/LauncherPane.qml b/modules/controlcenter/launcher/LauncherPane.qml
index dd00877..7408101 100644
--- a/modules/controlcenter/launcher/LauncherPane.qml
+++ b/modules/controlcenter/launcher/LauncherPane.qml
@@ -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
}
diff --git a/modules/controlcenter/network/NetworkingPane.qml b/modules/controlcenter/network/NetworkingPane.qml
index 5271c56..7db6f54 100644
--- a/modules/controlcenter/network/NetworkingPane.qml
+++ b/modules/controlcenter/network/NetworkingPane.qml
@@ -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
}