From 873b2c9d54a85d60e4cc0ccbd9cbef542c584803 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 27 Jul 2015 18:19:23 +0100 Subject: Stretch info window sideways a bit. --- src/wx/about_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3