- TW-1417 Misaligned fields in report for "remaining" date (thanks to Jeremy
          John Reeder).
This commit is contained in:
Paul Beckingham 2014-12-24 10:00:57 -05:00
parent 84dc7dd245
commit e924913e11
2 changed files with 3 additions and 1 deletions

View file

@ -208,7 +208,7 @@ void ColumnDate::render (
rightJustify (
Duration (date - now).format (), width)));
else
lines.push_back ("");
lines.push_back (rightJustify ("", width));
}
}
}