diff --git a/src/fish-style/Slider.qml b/src/fish-style/Slider.qml index a5ab1f8..e39c764 100644 --- a/src/fish-style/Slider.qml +++ b/src/fish-style/Slider.qml @@ -29,8 +29,8 @@ T.Slider { layer.enabled: true layer.effect: DropShadow { transparentBorder: true - radius: 5 - samples: 3 + radius: 3 + samples: 5 horizontalOffset: 0 verticalOffset: 0 color: Qt.rgba(0, 0, 0, 0.11)