mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9323
This commit is contained in:
parent
3727d8692b
commit
b559e267e1
|
@ -373,7 +373,6 @@ void CAccountInfoPage::OnPageChanged( wxWizardExEvent& event ) {
|
|||
}
|
||||
|
||||
m_pAccountEmailAddressCtrl->SetFocus();
|
||||
|
||||
Fit();
|
||||
}
|
||||
|
||||
|
|
|
@ -183,7 +183,6 @@ void CAccountManagerInfoPage::OnPageChanged( wxWizardExEvent& event ) {
|
|||
);
|
||||
|
||||
m_pProjectUrlCtrl->SetFocus();
|
||||
|
||||
Fit();
|
||||
}
|
||||
|
||||
|
|
|
@ -271,6 +271,8 @@ void CCompletionPage::OnPageChanged( wxWizardExEvent& event ) {
|
|||
_("Click Finish to close.")
|
||||
);
|
||||
}
|
||||
|
||||
Fit();
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
|
@ -351,7 +351,7 @@ void CWelcomePage::OnPageChanged( wxWizardExEvent& event ) {
|
|||
_("To continue, click Next.")
|
||||
);
|
||||
|
||||
GetSizer()->Fit(this);
|
||||
Fit();
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue