Stretch info window sideways a bit.
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Jul 2015 17:19:23 +0000 (18:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Jul 2015 17:19:23 +0000 (18:19 +0100)
src/wx/about_dialog.cc

index c8860f7ba806659950f488e07b532632e70800cd..80dae62a88e2e9e43a0ccbf50de4de57d0adc61e 100644 (file)
@@ -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);