mirror of https://github.com/BOINC/boinc.git
- 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:
parent
daac96c05f
commit
26a3c058d7
|
@ -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
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue