Horizontal Space

- Modified default report definitions to use shorter column labels, namely
  'Proj' and 'Urg'.  This results in less horizontal space use.
- Adjusted unit tests accordingly.
This commit is contained in:
Paul Beckingham 2013-02-24 16:31:31 -05:00
parent 330761e997
commit 3d4bad3034
5 changed files with 25 additions and 25 deletions

View file

@ -85,7 +85,6 @@ void ColumnTags::setStyle (const std::string& value)
// Set the minimum and maximum widths for the value.
void ColumnTags::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
{
if (_style == "indicator") minimum = maximum = context.config.get ("tag.indicator").length ();
else if (_style == "count") minimum = maximum = 3;
else if (_style == "default" ||