summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-17 00:12:21 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-17 00:12:21 +0000
commit2b7a21d1250423e5abc3b9e8fc912fb60bf7bf04 (patch)
treedd90cfd399feda039ca7e6460428483557242b42 /src
parentd866b0f221d91decc667723cca1ca1bd9949e906 (diff)
Linux tweak.
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));