BarTab: Use a regular NLabel for capsule opacity.

This commit is contained in:
ItsLemmy
2025-11-17 13:45:56 -05:00
parent 595ad0bb20
commit ca64c4b436
+3 -12
View File
@@ -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 {