About dialog size adjustment

This commit is contained in:
Charles J. Cliffe 2017-02-08 19:48:28 -05:00
parent 54117fb99a
commit a4ae7fefb9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
class AboutDialog : public AboutDialogBase { class AboutDialog : public AboutDialogBase {
public: public:
AboutDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("About"), 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 ); long style = wxDEFAULT_DIALOG_STYLE );
}; };