From a4ae7fefb9eb83fcc850fdac6a455ab825e4fade Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Wed, 8 Feb 2017 19:48:28 -0500 Subject: [PATCH] About dialog size adjustment --- src/forms/Dialog/AboutDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forms/Dialog/AboutDialog.h b/src/forms/Dialog/AboutDialog.h index ffd3d18..31a25b7 100644 --- a/src/forms/Dialog/AboutDialog.h +++ b/src/forms/Dialog/AboutDialog.h @@ -9,7 +9,7 @@ class AboutDialog : public AboutDialogBase { public: AboutDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("About"), - const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 436,378 ), + const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 530, 420 ), long style = wxDEFAULT_DIALOG_STYLE ); };