mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
* Fix order of colors for some progress bars
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user