TW-241
- TW-241 new column format; recur.short. - All duration columns now default to compact ISO duration format.
This commit is contained in:
@@ -103,7 +103,7 @@ void ColumnUDA::measure (Task& task, unsigned int& minimum, unsigned int& maximu
|
||||
}
|
||||
else if (_type == "duration")
|
||||
{
|
||||
minimum = maximum = utf8_width (Duration (value).formatCompact ());
|
||||
minimum = maximum = utf8_width (Duration (value).formatISO ());
|
||||
}
|
||||
else if (_type == "string")
|
||||
{
|
||||
@@ -156,7 +156,7 @@ void ColumnUDA::render (
|
||||
lines.push_back (
|
||||
color.colorize (
|
||||
rightJustify (
|
||||
Duration (value).formatCompact (),
|
||||
Duration (value).formatISO (),
|
||||
width)));
|
||||
}
|
||||
else if (_type == "string")
|
||||
|
||||
Reference in New Issue
Block a user