mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Progressbars: use default frame thickness
It's unnecessary overhead to set the value everywhere, except it's needed.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user