Restore layout to how it was.
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Dec 2013 00:25:21 +0000 (00:25 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 29 Dec 2013 00:25:21 +0000 (00:25 +0000)
src/wx/film_editor.cc

index dd3ec6b6770516133c81d9476026852895bb6373..cd159189cc15a3a909324998205f94b2594049dd 100644 (file)
@@ -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"));