[bottom-status] missing percent

This commit is contained in:
Timothy Stack 2019-02-15 22:31:15 -08:00
parent d62da7c27c
commit 9fea61abf8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ bottom_status_source::bottom_status_source()
{
this->bss_fields[BSF_LINE_NUMBER].set_min_width(10);
this->bss_fields[BSF_LINE_NUMBER].set_share(1000);
this->bss_fields[BSF_PERCENT].set_width(5);
this->bss_fields[BSF_PERCENT].set_width(6);
this->bss_fields[BSF_PERCENT].set_left_pad(1);
this->bss_fields[BSF_HITS].set_min_width(10);
this->bss_fields[BSF_HITS].set_share(5);