swaroop: extend possible watermark length.
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Oct 2018 10:32:03 +0000 (11:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Oct 2018 10:32:03 +0000 (11:32 +0100)
src/wx/player_config_dialog.cc

index 006318b6bab8bda18aa019c29a89ef5059e24e96..c588c9065590b87af28b76cf6624a2bbef5c7316 100644 (file)
@@ -281,7 +281,7 @@ private:
 
                add_label_to_sizer (table, _panel, _("Duration"), true, wxGBPosition(r, 0));
                _duration = new wxSpinCtrl (_panel, wxID_ANY);
-               _duration->SetRange (1, 200);
+               _duration->SetRange (100, 5000);
                table->Add (_duration, wxGBPosition(r, 1));
                add_label_to_sizer (table, _panel, _("milliseconds"), false, wxGBPosition(r, 2));
                ++r;