mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 22:58:28 +02:00
fix typo / add default progressbar width
Origin commit data
------------------
Commit: 0924849d6f
Author: TangoCash <eric@loxat.de>
Date: 2022-04-30 (Sat, 30 Apr 2022)
This commit is contained in:
@@ -173,7 +173,7 @@ void CComponentsHeader::initVarHeader( const int& x_pos, const int& y_pos, const
|
||||
cch_cl_enable_run = false;
|
||||
|
||||
cch_pb_x = cch_offset;
|
||||
cch_pb_w = 100;
|
||||
cch_pb_w = PROGRESSBAR_WIDTH;
|
||||
cch_pb_percent = 0;
|
||||
cch_pb_enable = false;
|
||||
|
||||
|
Reference in New Issue
Block a user