diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-24 21:40:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-24 21:40:10 +0200 |
| commit | a78ece5c66ced22a2ab9376d3f8ef4b528cabc99 (patch) | |
| tree | ee6c88a08caa2f27a6e089d035d18f4d928e8d19 /src/tools/dcpomatic.cc | |
| parent | 8725797deff8fb6056336d5df5ec895b9df38063 (diff) | |
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 3bef6d9ad..e7c825a26 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -15,11 +15,8 @@ public: _film_viewer.reset (new FilmViewer (overall_panel)); - auto right_sizer = new wxBoxSizer (wxVERTICAL); - right_sizer->Add (_film_viewer->panel(), 2, wxEXPAND | wxALL, 6); - wxBoxSizer* main_sizer = new wxBoxSizer (wxHORIZONTAL); - main_sizer->Add (right_sizer, 1, wxEXPAND | wxALL, 6); + main_sizer->Add (_film_viewer->panel(), 1, wxEXPAND); overall_panel->SetSizer (main_sizer); } |
