X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.cc;h=6456ae24785f92941910d2e9f3987878b84e825a;hb=65f0df0142bb21c3bdc8ff755a7aa38ae187ed72;hp=a21782a6f9da188530d9e4b472461e8cf363f19e;hpb=6af565127a4d4a2eb894c151af666a8ad1a15a9a;p=dcpomatic.git diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index a21782a6f..6456ae247 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -350,8 +350,8 @@ FilmEditor::make_video_panel () _right_crop->SetRange (0, 1024); _bottom_crop->SetRange (0, 1024); _still_duration->SetRange (1, 60 * 60); - _trim_start->SetRange (0, 100); - _trim_end->SetRange (0, 100); + _trim_start->SetRange (0, 24 * 60 * 60); + _trim_end->SetRange (0, 24 * 60 * 60); _j2k_bandwidth->SetRange (50, 250); }