* Fix order of colors for some progress bars

This commit is contained in:
Michael Liebmann
2013-04-05 20:37:48 +02:00
parent bd47ef2060
commit adfbfe079c
7 changed files with 10 additions and 1 deletions

View File

@@ -445,6 +445,7 @@ void CDBoxInfoWidget::paint()
CProgressBar pb(x+offsetw, ypos+3, pbw, mheight-10);
pb.setFrameThickness(0);
pb.setBlink();
pb.setInvert();
pb.setValues(percent_used, 100);
pb.paint(false);
}