From e4093622d5fe612be410cb8bca4b832564cb924b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 25 May 2025 20:37:56 +0200 Subject: [PATCH] styled slider: scale radius --- .config/quickshell/modules/common/widgets/StyledSlider.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/widgets/StyledSlider.qml b/.config/quickshell/modules/common/widgets/StyledSlider.qml index d1bb1d9ff..eb241854e 100644 --- a/.config/quickshell/modules/common/widgets/StyledSlider.qml +++ b/.config/quickshell/modules/common/widgets/StyledSlider.qml @@ -21,7 +21,7 @@ Slider { property color highlightColor: Appearance.m3colors.m3primary property color trackColor: Appearance.m3colors.m3secondaryContainer property color handleColor: Appearance.m3colors.m3onSecondaryContainer - property real trackRadius: Appearance.rounding.verysmall + property real trackRadius: Appearance.rounding.verysmall * scale property real limitedHandleRangeWidth: (slider.availableWidth - handleWidth - slider.handleLimit * 2) property string tooltipContent: `${Math.round(value * 100)}%`