Skip to content

Commit

Permalink
Merge pull request #2949 from jeetee/141426_new_score_wizard_default_…
Browse files Browse the repository at this point in the history
…size

fix #141426 restored the 2.0.3 New Score Wizard default size
  • Loading branch information
lasconic committed Feb 15, 2017
2 parents 8974b27 + 2f2d84f commit be5aa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/newwizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ NewWizard::NewWizard(QWidget* parent)
setPage(Page::Keysig, p5);
setPage(Page::Timesig, p3);


resize(QSize(840, 560)); //ensure default size if no geometry in settings
MuseScore::restoreGeometry(this);
connect(this, SIGNAL(currentIdChanged(int)), SLOT(idChanged(int)));
}
Expand Down

0 comments on commit be5aa28

Please sign in to comment.