From: Carl Hetherington Date: Tue, 11 Mar 2014 23:44:28 +0000 (+0000) Subject: Scale config dialog contents when scaling the window. X-Git-Tag: v2.0.48~551^2~330 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=7372bcd0628806ff645512bc9652845b94562cab;p=dcpomatic.git Scale config dialog contents when scaling the window. --- diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 2e6f0557f..a3beb7628 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -53,7 +53,7 @@ ConfigDialog::ConfigDialog (wxWindow* parent) { wxBoxSizer* s = new wxBoxSizer (wxVERTICAL); _notebook = new wxNotebook (this, wxID_ANY); - s->Add (_notebook, 1); + s->Add (_notebook, 1, wxEXPAND); make_misc_panel (); _notebook->AddPage (_misc_panel, _("Miscellaneous"), true);