diff --git a/.config/quickshell/modules/common/widgets/StyledSlider.qml b/.config/quickshell/modules/common/widgets/StyledSlider.qml index 1deb33412..d1bb1d9ff 100644 --- a/.config/quickshell/modules/common/widgets/StyledSlider.qml +++ b/.config/quickshell/modules/common/widgets/StyledSlider.qml @@ -16,7 +16,7 @@ Slider { property real handleMargins: (slider.pressed ? 0 : 2) * scale property real handleWidth: (slider.pressed ? 3 : 5) * scale property real handleHeight: 44 * scale - property real handleLimit: slider.backgroundDotMargins * scale + property real handleLimit: slider.backgroundDotMargins property real trackHeight: 30 * scale property color highlightColor: Appearance.m3colors.m3primary property color trackColor: Appearance.m3colors.m3secondaryContainer