diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-13 18:19:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-13 18:19:45 +0100 |
| commit | 9afd883abcf0c7ad693725ed213b5cd3314afda9 (patch) | |
| tree | 0026591e9a23ae44f20a250abf66a918d8955652 /src | |
| parent | 786b861ed5e056b424eca1e22d5f4f4542a360ff (diff) | |
Revert content notebook to standard tab position.
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 7ef18165f..f305c7c26 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -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 (); |
