mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Aesthetics - stats report
- Widened the gap between columns for readability.
This commit is contained in:
parent
60f3da15a7
commit
76aa3c535e
1 changed files with 1 additions and 0 deletions
|
@ -2165,6 +2165,7 @@ std::string handleReportStats (TDB& tdb, T& task)
|
|||
// Create a table for output.
|
||||
Table table;
|
||||
table.setTableWidth (width);
|
||||
table.setTableIntraPadding (2);
|
||||
table.setDateFormat (context.config.get ("dateformat", "m/d/Y"));
|
||||
table.addColumn ("Category");
|
||||
table.addColumn ("Data");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue