From: Carl Hetherington Date: Sun, 29 Dec 2013 00:25:21 +0000 (+0000) Subject: Restore layout to how it was. X-Git-Tag: v2.0.48~1020 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=f4ad61cc3b3192f47c492b3916a0afb27c9b11dd;hp=51a810164d2daf16507d4141ef962c2d00abec76;p=dcpomatic.git Restore layout to how it was. --- diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index dd3ec6b67..cd159189c 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -284,7 +284,7 @@ FilmEditor::make_content_panel () s->Add (b, 0, wxALL, 4); - _content_sizer->Add (s, 1, wxEXPAND | wxALL, 6); + _content_sizer->Add (s, 0, wxEXPAND | wxALL, 6); } _sequence_video = new wxCheckBox (_content_panel, wxID_ANY, _("Keep video in sequence"));