mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Feature - dependency column justification
- The dependency columns are now right-justified (thanks to Eric Fluger).
This commit is contained in:
parent
022b219c0f
commit
b5c46062c6
3 changed files with 6 additions and 6 deletions
|
@ -520,7 +520,7 @@ int handleCustomReport (const std::string& report, std::string& outs)
|
|||
{
|
||||
table.addColumn (columnLabels[*col] != "" ? columnLabels[*col] : "Deps");
|
||||
table.setColumnWidth (columnCount, Table::minimum);
|
||||
table.setColumnJustification (columnCount, Table::left);
|
||||
table.setColumnJustification (columnCount, Table::right);
|
||||
|
||||
int row = 0;
|
||||
std::vector <Task> blocked;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue