From 6ebccf097f0fceb0ff6f3280920a244c20d71881 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:36:07 +0200 Subject: [PATCH] settings: make sections clearer --- .config/quickshell/modules/common/widgets/ContentSection.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/modules/common/widgets/ContentSection.qml b/.config/quickshell/modules/common/widgets/ContentSection.qml index ee2410c40..01eab5cbf 100644 --- a/.config/quickshell/modules/common/widgets/ContentSection.qml +++ b/.config/quickshell/modules/common/widgets/ContentSection.qml @@ -14,6 +14,7 @@ ColumnLayout { StyledText { text: root.title font.pixelSize: Appearance.font.pixelSize.larger + font.weight: Font.Medium } ColumnLayout { id: sectionContent