mirror of https://github.com/BOINC/boinc.git
MGR: tweak appearance of progress bars
svn path=/trunk/boinc/; revision=16138
This commit is contained in:
parent
8691a1b8e4
commit
fd1f40b45d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue