summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-06 18:43:55 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-06 18:43:55 +0100
commit15bc5589432898a02183c4256cecf5f2a4da2de2 (patch)
treea761c7f581382657d6b4fe877f0b43d406fac8eb /src
parent820e2b300b09c586e987a9761b102e2b51374cfd (diff)
Revert erroneous commit.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dvdomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index 6018ea858..de94d0a2f 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -244,7 +244,7 @@ public:
wxBoxSizer* main_sizer = new wxBoxSizer (wxVERTICAL);
main_sizer->Add (_top_sizer, 2, wxEXPAND | wxALL, 6);
- main_sizer->Add (job_manager_view, 1, wxALL, 6);
+ main_sizer->Add (job_manager_view, 1, wxEXPAND | wxALL, 6);
panel->SetSizer (main_sizer);
set_menu_sensitivity ();