mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdSummary: Table headers consistent
This commit is contained in:
parent
f13f0e8def
commit
e9688c7593
1 changed files with 1 additions and 3 deletions
|
@ -138,6 +138,7 @@ int CmdSummary::execute (std::string& output)
|
|||
view.add (STRING_CMD_SUMMARY_AVG_AGE, false);
|
||||
view.add (STRING_CMD_SUMMARY_COMPLETE, false);
|
||||
view.add ("0% 100%");
|
||||
setHeaderUnderline (view);
|
||||
|
||||
Color bar_color;
|
||||
Color bg_color;
|
||||
|
@ -145,9 +146,6 @@ int CmdSummary::execute (std::string& output)
|
|||
{
|
||||
bar_color = Color (context.config.get ("color.summary.bar"));
|
||||
bg_color = Color (context.config.get ("color.summary.background"));
|
||||
|
||||
Color label (context.config.get ("color.label"));
|
||||
view.colorHeader (label);
|
||||
}
|
||||
|
||||
int barWidth = 30;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue