Feature - dependency column justification
- The dependency columns are now right-justified (thanks to Eric Fluger).
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user