diff options
Diffstat (limited to 'src/wx/film_editor.cc')
| -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 70c4a7b24..e602f9333 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -55,7 +55,7 @@ FilmEditor::FilmEditor(wxWindow* parent, FilmViewer& viewer) auto s = new wxBoxSizer (wxVERTICAL); auto notebook = new wxNotebook(this, wxID_ANY); - s->Add(notebook, 1); + s->Add(notebook, 1, wxEXPAND); _content_panel = new ContentPanel(notebook, _film, viewer); notebook->AddPage(_content_panel->window(), _("Content"), true); |
