TW-1417
- TW-1417 Misaligned fields in report for "remaining" date (thanks to Jeremy
John Reeder).
This commit is contained in:
@@ -208,7 +208,7 @@ void ColumnDate::render (
|
||||
rightJustify (
|
||||
Duration (date - now).format (), width)));
|
||||
else
|
||||
lines.push_back ("");
|
||||
lines.push_back (rightJustify ("", width));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user