From f4ad61cc3b3192f47c492b3916a0afb27c9b11dd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 29 Dec 2013 00:25:21 +0000 Subject: [PATCH 1/1] Restore layout to how it was. --- src/wx/film_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.30.2