Skip to content
Snippets Groups Projects
Commit 200231ab authored by jsiegle's avatar jsiegle
Browse files

Change spike threshold interval to 5

parent 6c0030b9
Branches
Tags
No related merge requests found
......@@ -606,7 +606,7 @@ ThresholdSlider::ThresholdSlider(Font f) : Slider("name"), font(f)
{
setSliderStyle(Slider::Rotary);
setRange(25.0f,400.0f,25.0f);
setRange(25.0f,400.0f,5.0f);
// setValue(75.0f);
setTextBoxStyle(Slider::NoTextBox, false, 40, 20);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment