diff --git a/src/toolbars/TranscriptionToolBar.cpp b/src/toolbars/TranscriptionToolBar.cpp index bab8dc8f5..c7ce39010 100644 --- a/src/toolbars/TranscriptionToolBar.cpp +++ b/src/toolbars/TranscriptionToolBar.cpp @@ -202,7 +202,7 @@ void TranscriptionToolBar::Populate() .Style( SPEED_SLIDER ) // 6 steps using page up/down, and 60 using arrow keys .Line( 0.16667f ) - .Page( 0.16667f ) + .Page( 1.6667f ) ); mPlaySpeedSlider->SetSizeHints(wxSize(100, 25), wxSize(2000, 25)); mPlaySpeedSlider->Set(mPlaySpeed / 100.0);