Skip to content

Commit

Permalink
fix(moneymanagerex#5685): improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriele-v committed Jan 7, 2024
1 parent 82159ec commit 2b4e8f6
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 @@ -195,7 +195,7 @@ table {
}
hb.addDivContainer("shadow");
if (groupBy > -1)
hb.addHeader(2, sortLabel);
hb.addHeader(3, sortLabel);
hb.startSortTable();
hb.startThead();
hb.startTableRow();
Expand Down

0 comments on commit 2b4e8f6

Please sign in to comment.