Expand window contents to fill the whole window.
authorCarl Hetherington <cth@carlh.net>
Fri, 22 Apr 2016 15:11:04 +0000 (16:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 22 Apr 2016 15:11:04 +0000 (16:11 +0100)
src/tools/dcpomatic_kdm.cc

index 2613358e581a159747c653f48d7fc11d2cdde15e..0c4141cedc570eb44f1b02ffadd17969c350963c 100644 (file)
@@ -86,7 +86,7 @@ class DOMFrame : public wxFrame
 {
 public:
        DOMFrame (wxString const & title)
-               : wxFrame (NULL, -1, title)
+               : wxFrame (0, -1, title)
                , _config_dialog (0)
                , _job_view (0)
        {
@@ -160,7 +160,7 @@ public:
                _create = new wxButton (overall_panel, wxID_ANY, _("Create KDMs"));
                vertical->Add (_create, 0, wxALL, DCPOMATIC_SIZER_GAP);
 
-               main_sizer->Add (vertical, 1, wxALL, DCPOMATIC_DIALOG_BORDER);
+               main_sizer->Add (vertical, 1, wxALL | wxEXPAND, DCPOMATIC_DIALOG_BORDER);
                overall_panel->SetSizer (main_sizer);
 
                /* Instantly save any config changes when using a DCP-o-matic GUI */