- MGR: Shrink the amount of space between the different projects

in the project list.
        
    clientgui/
        ProjectListCtrl.cpp

svn path=/trunk/boinc/; revision=14606
This commit is contained in:
Rom Walton 2008-01-21 15:51:47 +00:00
parent daac96c05f
commit 26a3c058d7
2 changed files with 8 additions and 1 deletions

View File

@ -736,3 +736,10 @@ David Jan 21 2008
log_flags.C
tools/
create_work.C
Rom Jan 21 2008
- MGR: Shrink the amount of space between the different projects
in the project list.
clientgui/
ProjectListCtrl.cpp

View File

@ -252,7 +252,7 @@ void CProjectListItemCtrl::CreateControls()
wxFlexGridSizer* itemFlexGridSizer8 = new wxFlexGridSizer(1, 2, 0, 0);
itemFlexGridSizer8->AddGrowableRow(0);
itemFlexGridSizer8->AddGrowableCol(0);
itemBoxSizer7->Add(itemFlexGridSizer8, 0, wxGROW|wxALL, 5);
itemBoxSizer7->Add(itemFlexGridSizer8, 0, wxGROW|wxALL, 1);
m_pTitleStaticCtrl = new CProjectListItemStaticCtrl;
m_pTitleStaticCtrl->Create( this, wxID_STATIC, wxT(""), wxDefaultPosition, wxDefaultSize, 0 );