mirror of https://github.com/BOINC/boinc.git
- Manager: make email input field bigger
svn path=/trunk/boinc/; revision=14622
This commit is contained in:
parent
f2761c6f68
commit
eb98d630c3
|
@ -787,3 +787,9 @@ David Jan 24 2008
|
|||
util.C
|
||||
sched/
|
||||
Makefile.am
|
||||
|
||||
David Jan 24 2008
|
||||
- Manager: make email input field bigger
|
||||
|
||||
clientgui/
|
||||
AccountInfoPage.cpp
|
||||
|
|
|
@ -165,7 +165,7 @@ void CAccountInfoPage::CreateControls()
|
|||
itemFlexGridSizer64->Add(m_pAccountEmailAddressStaticCtrl, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
|
||||
|
||||
m_pAccountEmailAddressCtrl = new wxTextCtrl;
|
||||
m_pAccountEmailAddressCtrl->Create( itemWizardPage56, ID_ACCOUNTEMAILADDRESSCTRL, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_pAccountEmailAddressCtrl->Create( itemWizardPage56, ID_ACCOUNTEMAILADDRESSCTRL, wxEmptyString, wxDefaultPosition, wxSize(200, 22), 0 );
|
||||
itemFlexGridSizer64->Add(m_pAccountEmailAddressCtrl, 0, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxALL, 5);
|
||||
|
||||
m_pAccountPasswordStaticCtrl = new wxStaticText;
|
||||
|
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
Reference in New Issue