diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-09 11:32:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-09 11:32:03 +0100 |
| commit | 901f3ffd00dc51d17ce5d3f7a97587e0419170bb (patch) | |
| tree | e07313b3da69f68875a679e82473f32802c6115d /src | |
| parent | 276dcd0813277b46a336e12ec6e1a9b86ee4ee18 (diff) | |
swaroop: extend possible watermark length.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/player_config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/player_config_dialog.cc b/src/wx/player_config_dialog.cc index 006318b6b..c588c9065 100644 --- a/src/wx/player_config_dialog.cc +++ b/src/wx/player_config_dialog.cc @@ -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; |
