From 737e990117271b3cfb77b09e53c4674a87933a5f Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Fri, 19 Sep 2025 22:41:32 -0400 Subject: [PATCH] CustomButtonSettings: Using header for subsection --- .../Bar/WidgetSettings/CustomButtonSettings.qml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Modules/SettingsPanel/Bar/WidgetSettings/CustomButtonSettings.qml b/Modules/SettingsPanel/Bar/WidgetSettings/CustomButtonSettings.qml index 42b1cde3..7586f280 100644 --- a/Modules/SettingsPanel/Bar/WidgetSettings/CustomButtonSettings.qml +++ b/Modules/SettingsPanel/Bar/WidgetSettings/CustomButtonSettings.qml @@ -83,11 +83,8 @@ ColumnLayout { Layout.fillWidth: true } - NText { - text: "Dynamic text" - font.pointSize: Style.fontSizeL * scaling - font.weight: Style.fontWeightBold - color: Color.mPrimary + NHeader { + label: "Dynamic text" } NTextInput {