diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-14 14:03:10 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-14 14:03:10 -0500 |
| commit | 9cdc30058a0d53602f6c065315b3956497a2f68c (patch) | |
| tree | dda775f812e81a898a28382f9957e83f76958eb8 /components/controls/CollapsibleSection.qml | |
| parent | controlcenter: fix bug, connection information update event (diff) | |
| download | caelestia-shell-9cdc30058a0d53602f6c065315b3956497a2f68c.tar.gz caelestia-shell-9cdc30058a0d53602f6c065315b3956497a2f68c.tar.bz2 caelestia-shell-9cdc30058a0d53602f6c065315b3956497a2f68c.zip | |
controlcenter: font size adjustments on headings
Diffstat (limited to 'components/controls/CollapsibleSection.qml')
| -rw-r--r-- | components/controls/CollapsibleSection.qml | 2 |
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 } |