diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-01 01:03:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-01 01:03:13 +0100 |
| commit | 6a35581ef83d48a799208081bcf006de895ddfb4 (patch) | |
| tree | 8d7947324621f65a2cd1edb74ddffa670b9ab0b6 /src | |
| parent | 8ff305fe99a342dd07301aa86a5ec3856df97494 (diff) | |
Add some more space for macOS preferences icons.
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 77f173d7c..4c26d038c 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -1935,7 +1935,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 (750, -1); + wxSize ps = wxSize(900, -1); int const border = 16; #else wxSize ps = wxSize (-1, -1); |
