mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
- Fixed bug where "task version" asserted on mobile device.
This commit is contained in:
parent
abc9aa08ec
commit
0bf87ed311
2 changed files with 3 additions and 3 deletions
|
@ -2251,7 +2251,7 @@ void handleVersion (Config& conf)
|
|||
table.setColumnUnderline (0);
|
||||
table.setColumnUnderline (1);
|
||||
table.setColumnWidth (0, Table::minimum);
|
||||
table.setColumnWidth (1, Table::minimum);
|
||||
table.setColumnWidth (1, Table::flexible);
|
||||
table.setColumnJustification (0, Table::left);
|
||||
table.setColumnJustification (1, Table::left);
|
||||
table.sortOn (0, Table::ascendingCharacter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue