diff --git a/src/gui/VideoDialog.cxx b/src/gui/VideoDialog.cxx index a7abff56c..9f3cc457d 100644 --- a/src/gui/VideoDialog.cxx +++ b/src/gui/VideoDialog.cxx @@ -135,7 +135,7 @@ VideoDialog::VideoDialog(OSystem& osystem, DialogContainer& parent, myFrameRate = new SliderWidget(myTab, font, xpos, ypos-1, pwidth, lineHeight, "Framerate ", lwidth, kFrameRateChanged); - myFrameRate->setMinValue(0); myFrameRate->setMaxValue(300); + myFrameRate->setMinValue(0); myFrameRate->setMaxValue(900); myFrameRate->setStepValue(10); wid.push_back(myFrameRate); myFrameRateLabel =