Skip to content

Commit

Permalink
Fix Initial Wizard's Size
Browse files Browse the repository at this point in the history
Using the correct wxWizard function...
  • Loading branch information
Arucard1983 authored Nov 12, 2019
1 parent 01b6b43 commit b36441e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ERYAPIXE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@ wizardFirstRun::wizardFirstRun( wxWindow* parent, wxWindowID id, const wxString&
{
this->Create( parent, id, title, bitmap, pos, style );
this->SetSizeHints( wxDefaultSize, wxDefaultSize);
this->SetPageSize(wxSize( 700,400 ));

wxWizardPageSimple* wizardFirstRun1 = new wxWizardPageSimple( this );
m_pages.Add( wizardFirstRun1 );
Expand Down

0 comments on commit b36441e

Please sign in to comment.