MGR: tweak appearance of progress bars

svn path=/trunk/boinc/; revision=16138
This commit is contained in:
Charlie Fenton 2008-10-06 11:49:17 +00:00
parent 8691a1b8e4
commit fd1f40b45d
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ void CBOINCListCtrl::DrawProgressBars()
#endif
r.x = x;
r.width = w;
r.Inflate(-1, -1);
r.Inflate(-1, -2);
wxString progressString = m_pParentView->GetProgressText(row);
dc.GetTextExtent(progressString, &xx, &yy);