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:
TangoCash
2022-04-30 16:31:45 +02:00
committed by vanhofen
parent f1dd1b2845
commit 469795ed7a
3 changed files with 5 additions and 3 deletions

View File

@@ -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;