We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69909ff commit aafefb3Copy full SHA for aafefb3
1 file changed
src/internal/MonitorSlider.qml
@@ -25,7 +25,7 @@ Slider {
25
readonly property color currentPositionBorderColor: control.pressed ? Qt.rgba(0.37, 0.56, 0.79, 1) : (hoverHandler.hovered ? Qt.darker(positionBorderColor, 1.28) : positionBorderColor)
26
}
27
28
- stepSize: discrete ? 1 : 0
+ stepSize: discrete ? 1 : 0.1
29
snapMode: Slider.SnapAlways
30
implicitWidth: 119
31
implicitHeight: 16
0 commit comments