summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/config_dialog.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index 4894c311f..8938c84f9 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -721,10 +721,11 @@ create_config_dialog ()
This is obviously an unpleasant hack.
*/
wxSize ps = wxSize (480, -1);
+ int const border = 16;
#else
wxSize ps = wxDefaultSize;
+ int const border = 8;
#endif
- int const border = 16;
e->AddPage (new GeneralPage (ps, border));
e->AddPage (new DefaultsPage (ps, border));