Aesthetics - stats report

- Widened the gap between columns for readability.
This commit is contained in:
Paul Beckingham 2009-06-06 14:09:34 -04:00
parent 60f3da15a7
commit 76aa3c535e

View file

@ -2165,6 +2165,7 @@ std::string handleReportStats (TDB& tdb, T& task)
// Create a table for output. // Create a table for output.
Table table; Table table;
table.setTableWidth (width); table.setTableWidth (width);
table.setTableIntraPadding (2);
table.setDateFormat (context.config.get ("dateformat", "m/d/Y")); table.setDateFormat (context.config.get ("dateformat", "m/d/Y"));
table.addColumn ("Category"); table.addColumn ("Category");
table.addColumn ("Data"); table.addColumn ("Data");