diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-03 22:13:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-03 22:13:13 +0100 |
| commit | 52dc2f13d5cd03403da20e1764ba474c829a1a26 (patch) | |
| tree | 28ff84ffc648c499ef3c647c0c85ae15a84d9739 /src/wx/full_config_dialog.cc | |
| parent | 0226862cd32e8b2a10d0cdc0c9c5e7682d364075 (diff) | |
| parent | c9e807a398ffa4c6ba38a26e2721250bdbef10d7 (diff) | |
Merge branch 'main' into v2.17.x
Diffstat (limited to 'src/wx/full_config_dialog.cc')
| -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 c24871f39..66dbae63e 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -1938,7 +1938,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); |
