- Manager: make email input field bigger

svn path=/trunk/boinc/; revision=14622
This commit is contained in:
David Anderson 2008-01-24 22:09:09 +00:00
parent f2761c6f68
commit eb98d630c3
4 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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;

BIN
doc/ogm.odg Normal file

Binary file not shown.

BIN
doc/ogm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB