Progressbars: use default frame thickness

It's unnecessary overhead to set the value everywhere, except it's needed.


Origin commit data
------------------
Commit: f70a30defa
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-05 (Fri, 05 Apr 2013)
This commit is contained in:
2013-04-05 21:28:46 +02:00
parent ff40ada214
commit ab0e31bd05
7 changed files with 6 additions and 13 deletions

View File

@@ -443,7 +443,6 @@ void CDBoxInfoWidget::paint()
if (pbw > 8) /* smaller progressbar is not useful ;) */
{
CProgressBar pb(x+offsetw, ypos+3, pbw, mheight-10);
pb.setFrameThickness(0);
pb.setBlink();
pb.setInvert();
pb.setValues(percent_used, 100);