Revert content notebook to standard tab position.
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jul 2013 17:19:45 +0000 (18:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jul 2013 17:19:45 +0000 (18:19 +0100)
src/wx/film_editor.cc

index 7ef18165f25fd70d9f7c8950acb191bf3d7f89eb..f305c7c2613bce2910f309cf67a2f399d808f0f4 100644 (file)
@@ -334,7 +334,7 @@ FilmEditor::make_content_panel ()
        add_label_to_sizer (h, _content_panel, _("times"), false);
        _content_sizer->Add (h, 0, wxALL, 6);
 
-       _content_notebook = new wxNotebook (_content_panel, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxNB_LEFT);
+       _content_notebook = new wxNotebook (_content_panel, wxID_ANY);
        _content_sizer->Add (_content_notebook, 1, wxEXPAND | wxTOP, 6);
 
        make_video_panel ();