mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-14 11:18:51 +08:00
Setting default bar width to 100
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
class ProgressBar {
|
class ProgressBar {
|
||||||
std::string _name{""};
|
std::string _name{""};
|
||||||
float _progress{0.0};
|
float _progress{0.0};
|
||||||
size_t _bar_width{80};
|
size_t _bar_width{100};
|
||||||
std::string _start{"[ "};
|
std::string _start{"[ "};
|
||||||
std::string _fill{"■"};
|
std::string _fill{"■"};
|
||||||
std::string _lead{"■"};
|
std::string _lead{"■"};
|
||||||
|
|||||||
Reference in New Issue
Block a user