summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-11 23:44:28 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-11 23:44:28 +0000
commit7372bcd0628806ff645512bc9652845b94562cab (patch)
treedf9d46826751434f10d810bf4d9259fac6a0b7c6 /src
parent056e060e85ae3d9a3c1c6811f132685f561357f6 (diff)
Scale config dialog contents when scaling the window.
Diffstat (limited to 'src')
-rw-r--r--src/wx/config_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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);