From fd1f40b45d1e61bd1a802dfda2fb140dfbc13f37 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 6 Oct 2008 11:49:17 +0000 Subject: [PATCH] MGR: tweak appearance of progress bars svn path=/trunk/boinc/; revision=16138 --- clientgui/BOINCListCtrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/BOINCListCtrl.cpp b/clientgui/BOINCListCtrl.cpp index b6b599ef81..734e7b1007 100644 --- a/clientgui/BOINCListCtrl.cpp +++ b/clientgui/BOINCListCtrl.cpp @@ -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);