Allow dragging of the border between the controls and the preview (#2350).
[dcpomatic.git] / src / wx / film_editor.cc
index 70c4a7b24b3e3c5d14b60dab68d28e406e6ae5ba..e602f9333ca40bb9b65fd0aff1d9bbdac9038e5d 100644 (file)
@@ -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);