diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-29 00:25:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-29 00:25:21 +0000 |
| commit | f4ad61cc3b3192f47c492b3916a0afb27c9b11dd (patch) | |
| tree | 6cd2d24c30d090eef3a77487094307218fe4729c /src | |
| parent | 51a810164d2daf16507d4141ef962c2d00abec76 (diff) | |
Restore layout to how it was.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |
