diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-10 22:19:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-10 22:19:54 +0100 |
| commit | 9642a2a4e7fdd8a44d229667abafbacdb1e059bf (patch) | |
| tree | 254070b7c56f4a352c0b4d2494941b8c17384923 | |
| parent | c47e88e8061b389be10c62d52da09fff7eef6d4d (diff) | |
Try to fix over-shrinky config dialog on OS X.
| -rw-r--r-- | src/wx/config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index bd812cec1..404e5ba17 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -893,7 +893,7 @@ create_config_dialog () the containing window doesn't shrink too much when we select those panels. This is obviously an unpleasant hack. */ - wxSize ps = wxSize (480, -1); + wxSize ps = wxSize (520, -1); int const border = 16; #else wxSize ps = wxSize (-1, -1); |
