mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
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:
parent
5d0e4249e3
commit
9b63fd6068
2 changed files with 5 additions and 3 deletions
|
@ -178,7 +178,7 @@ void ColumnDate::render (
|
|||
|
||||
lines.push_back (
|
||||
color.colorize (
|
||||
rightJustify (
|
||||
leftJustify (
|
||||
Duration (now - date).formatCompact (), width)));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue