Skip to content

Commit

Permalink
fix(moneymanagerex#4987): header alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Whalley committed Aug 29, 2022
1 parent 3683976 commit 7efaf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/transactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ table {
nameCSS.Append(" text-right");
break;
case Model_CustomField::FIELDTYPE::BOOLEAN:
nameCSS.Append(" center");
nameCSS.Append(" text-center");
break;
}
hb.addTableHeaderCell(name, nameCSS);
Expand Down

0 comments on commit 7efaf13

Please sign in to comment.