diff --git a/src/qt/slider.cpp b/src/qt/slider.cpp index 1b8e1f96a7..a97f78db60 100644 --- a/src/qt/slider.cpp +++ b/src/qt/slider.cpp @@ -80,6 +80,7 @@ bool wxSlider::Create(wxWindow *parent, m_qtSlider->blockSignals(true); SetRange( minValue, maxValue ); m_qtSlider->blockSignals(false); + SetPageSize(wxMax(1, (maxValue - minValue) / 10)); #if 0 // there are not normally ticks for a wxSlider // draw ticks marks (default bellow if horizontal, right if vertical):