mirror of https://github.com/BOINC/boinc.git
MGR: Fix compatibility problem with wxWidgets 2.8.8 or later
svn path=/trunk/boinc/; revision=17744
This commit is contained in:
parent
3c58c38958
commit
a7dea6f086
|
@ -3673,3 +3673,9 @@ Eric 7 Apr 2009
|
|||
api/
|
||||
boinc_api.cpp,h
|
||||
|
||||
Charlie 7 Apr 2009
|
||||
MGR: Fix compatibility problem with sizing of all-projects list in Attach
|
||||
Project Wizard when using wxWidgets 2.8.8 or later.
|
||||
|
||||
clientgui/
|
||||
ProjectListCtrl.cpp
|
||||
|
|
|
@ -85,6 +85,7 @@ bool CProjectListCtrl::Create( wxWindow* parent )
|
|||
SetBackgroundColour( wxT("WHITE") );
|
||||
SetScrollRate( 0, 25 );
|
||||
|
||||
SetMinSize(wxSize(250,185));
|
||||
GetSizer()->Fit(this);
|
||||
////@end CProjectListCtrl creation
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in New Issue