mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Added defaults for chart cell size
This commit is contained in:
parent
44f19d0c01
commit
254d95cc41
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,7 @@ Rules::Rules ()
|
|||
{"reports.day.totals", "no"},
|
||||
{"reports.day.summary", "yes"},
|
||||
{"reports.day.holidays", "no"},
|
||||
{"reports.day.cell", "15"},
|
||||
|
||||
// 'week' report.
|
||||
{"reports.week.hours", "all"},
|
||||
|
@ -67,6 +68,7 @@ Rules::Rules ()
|
|||
{"reports.week.totals", "yes"},
|
||||
{"reports.week.summary", "yes"},
|
||||
{"reports.week.holidays", "yes"},
|
||||
{"reports.week.cell", "15"},
|
||||
|
||||
// 'month' report.
|
||||
{"reports.month.hours", "all"},
|
||||
|
@ -79,6 +81,7 @@ Rules::Rules ()
|
|||
{"reports.month.totals", "yes"},
|
||||
{"reports.month.summary", "yes"},
|
||||
{"reports.month.holidays", "yes"},
|
||||
{"reports.month.cell", "15"},
|
||||
|
||||
// 'summary' report.
|
||||
{"reports.summary.holidays", "yes"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue