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