mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps/shared] Change color
Change-Id: Id5abc6021829f91c18627b0cbe15dfa057c2b335
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user