diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-27 18:19:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-27 18:19:23 +0100 |
| commit | 873b2c9d54a85d60e4cc0ccbd9cbef542c584803 (patch) | |
| tree | 3686bf64401a727dc2c474bd4bb66d636ae2d501 | |
| parent | 34a335c9f17e736de4aaa136b9d799616d7b73ae (diff) | |
Stretch info window sideways a bit.
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index c8860f7ba..80dae62a8 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -270,7 +270,7 @@ void AboutDialog::add_section (wxString name, wxArrayString credits) { static bool first = true; - int const N = 3; + int const N = 4; wxPanel* panel = new wxPanel (_notebook, wxID_ANY); wxSizer* overall_sizer = new wxBoxSizer (wxHORIZONTAL); |
