mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 01:59:59 +01:00
[escher] Clean the ScrollView, TableView and SelectableTableView constructors
This commit is contained in:
committed by
EmilieNumworks
parent
c934eab947
commit
84561a929f
@@ -29,7 +29,10 @@ SelectableTableView * TabTableController::selectableTableView() {
|
||||
}
|
||||
|
||||
View * TabTableController::loadView() {
|
||||
return new SelectableTableView(this, m_dataSource, 0, 0, Metric::CommonTopMargin, Metric::CommonRightMargin, Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, nullptr, true, true, Palette::WallScreenDark);
|
||||
SelectableTableView * selectableTableView = new SelectableTableView(this, m_dataSource, this);
|
||||
selectableTableView->setBackgroundColor(Palette::WallScreenDark);
|
||||
selectableTableView->setVerticalCellOverlap(0);
|
||||
return selectableTableView;
|
||||
}
|
||||
|
||||
void TabTableController::unloadView(View * view) {
|
||||
|
||||
Reference in New Issue
Block a user