[apps/reg] Fix the margins

This commit is contained in:
Léa Saviot
2018-05-31 17:14:49 +02:00
parent 95e0a8babb
commit 6b3c0c64d2
2 changed files with 7 additions and 4 deletions

View File

@@ -266,7 +266,7 @@ View * CalculationController::loadView() {
SelectableTableView * tableView = new SelectableTableView(this, this, this, this);
tableView->setVerticalCellOverlap(0);
tableView->setBackgroundColor(Palette::WallScreenDark);
;
tableView->setMargins(k_margin, k_scrollBarMargin, k_scrollBarMargin, k_margin);
m_r2TitleCell = new EvenOddExpressionCellWithMargin(1.0f, 0.5f);
for (int i = 0; i < Store::k_numberOfSeries; i++) {
m_columnTitleCells[i] = new ColumnTitleCell(tableView);