diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-26 00:14:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 00:14:23 +0000 |
| commit | 90c2cf5cd01d1a806885a6486e76864d619ac389 (patch) | |
| tree | 3174ef3a242e0734d0fbe88ea598288eb5d0f153 /src | |
| parent | ee88ec8603130b5ea3b5679cfd8eafe45eeaaa67 (diff) | |
Try to extend minimum size of OS X prefs panels to fix #1502.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/full_config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index 9f684a346..3d6a11864 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -1585,7 +1585,7 @@ create_full_config_dialog () the containing window doesn't shrink too much when we select those panels. This is obviously an unpleasant hack. */ - wxSize ps = wxSize (600, -1); + wxSize ps = wxSize (700, -1); int const border = 16; #else wxSize ps = wxSize (-1, -1); |
