From ca64c4b43637582ba051a6b6b28a79055cc4e1c8 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 17 Nov 2025 13:45:56 -0500 Subject: [PATCH] BarTab: Use a regular NLabel for capsule opacity. --- Modules/Panels/Settings/Tabs/BarTab.qml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Modules/Panels/Settings/Tabs/BarTab.qml b/Modules/Panels/Settings/Tabs/BarTab.qml index 01ef0378..4afa8d63 100644 --- a/Modules/Panels/Settings/Tabs/BarTab.qml +++ b/Modules/Panels/Settings/Tabs/BarTab.qml @@ -94,18 +94,9 @@ ColumnLayout { spacing: Style.marginXXS visible: Settings.data.bar.showCapsule - NText { - text: I18n.tr("settings.bar.appearance.capsule-opacity.label") - pointSize: Style.fontSizeS - font.weight: Style.fontWeightMedium - color: Color.mOnSurface - } - - NText { - text: I18n.tr("settings.bar.appearance.capsule-opacity.description") - pointSize: Style.fontSizeXS - color: Color.mOnSurfaceVariant - wrapMode: Text.WordWrap + NLabel { + label: I18n.tr("settings.bar.appearance.capsule-opacity.label") + description: I18n.tr("settings.bar.appearance.capsule-opacity.description") } NValueSlider {