diff --git a/checkin_notes b/checkin_notes index 7b9df65ee0..1ede108823 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/clientgui/ProjectListCtrl.cpp b/clientgui/ProjectListCtrl.cpp index 442bcc89c4..9c4e05a4b5 100644 --- a/clientgui/ProjectListCtrl.cpp +++ b/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;