- Fixed bug #1128, which caused 'age' columns to be right-justified instead of
  left-justified (thanks to Steve Rader).
This commit is contained in:
Paul Beckingham 2012-12-22 11:06:38 -05:00
parent 5d0e4249e3
commit 9b63fd6068
2 changed files with 5 additions and 3 deletions

View file

@ -178,7 +178,7 @@ void ColumnDate::render (
lines.push_back (
color.colorize (
rightJustify (
leftJustify (
Duration (now - date).formatCompact (), width)));
}
}