mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
View
- Implemented due.countdown. - Fixed formatting bug in description.truncated. - Fixed bug in start.indicator.
This commit is contained in:
parent
f9ab8f2a1c
commit
d0cbf43478
6 changed files with 69 additions and 13 deletions
|
@ -63,8 +63,7 @@ void ColumnStart::measure (Task& task, int& minimum, int& maximum)
|
|||
if (task.has (_attribute))
|
||||
{
|
||||
if (_style == "active")
|
||||
{
|
||||
}
|
||||
minimum = maximum = context.config.get ("active.indicator").length ();
|
||||
else
|
||||
ColumnDate::measure (task, minimum, maximum);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue