Bug #1128
- Fixed bug #1128, which caused 'age' columns to be right-justified instead of left-justified (thanks to Steve Rader).
This commit is contained in:
@@ -178,7 +178,7 @@ void ColumnDate::render (
|
||||
|
||||
lines.push_back (
|
||||
color.colorize (
|
||||
rightJustify (
|
||||
leftJustify (
|
||||
Duration (now - date).formatCompact (), width)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user