diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-09 01:00:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-09 01:00:30 +0000 |
| commit | 9549ecffd4b63e48a2a3f4c58033691a36eee111 (patch) | |
| tree | b10a81225f456b132d4ddf551c0fb5a481045dff /src/tools | |
| parent | 2aeff3a6c0ecf5fc0e8f13c4dc580ae5dfb464f2 (diff) | |
Hopefully improve layout on high-resolution displays (#1303).
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 193611f30..b337ff102 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -339,8 +339,8 @@ public: right_sizer->Add (job_manager_view, 1, wxEXPAND | wxALL, 6); wxBoxSizer* main_sizer = new wxBoxSizer (wxHORIZONTAL); - main_sizer->Add (_film_editor, 1, wxEXPAND | wxALL, 6); - main_sizer->Add (right_sizer, 2, wxEXPAND | wxALL, 6); + main_sizer->Add (_film_editor, 0, wxEXPAND | wxALL, 6); + main_sizer->Add (right_sizer, 1, wxEXPAND | wxALL, 6); set_menu_sensitivity (); |
