summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-14 14:03:10 -0500
committerATMDA <atdma2600@gmail.com>2025-11-14 14:03:10 -0500
commit9cdc30058a0d53602f6c065315b3956497a2f68c (patch)
treedda775f812e81a898a28382f9957e83f76958eb8 /components
parentcontrolcenter: fix bug, connection information update event (diff)
downloadcaelestia-shell-9cdc30058a0d53602f6c065315b3956497a2f68c.tar.gz
caelestia-shell-9cdc30058a0d53602f6c065315b3956497a2f68c.tar.bz2
caelestia-shell-9cdc30058a0d53602f6c065315b3956497a2f68c.zip
controlcenter: font size adjustments on headings
Diffstat (limited to 'components')
-rw-r--r--components/controls/CollapsibleSection.qml2
1 files changed, 1 insertions, 1 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
}