[apps/shared] Change color

Change-Id: Id5abc6021829f91c18627b0cbe15dfa057c2b335
This commit is contained in:
Émilie Feral
2017-05-31 09:56:14 +02:00
parent 30d3ff16a8
commit 211da258fa

View File

@@ -29,7 +29,7 @@ SelectableTableView * TabTableController::selectableTableView() {
}
View * TabTableController::loadView() {
return new SelectableTableView(this, m_dataSource, 0, 0, Metric::CommonTopMargin, Metric::CommonRightMargin, Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, this, true, true);
return new SelectableTableView(this, m_dataSource, 0, 0, Metric::CommonTopMargin, Metric::CommonRightMargin, Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, this, true, true, Palette::WallScreenDark);
}
void TabTableController::unloadView(View * view) {