mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
Omega theme: some fixes
This commit is contained in:
@@ -27,7 +27,7 @@ ValuesController::ValuesController(Responder * parentResponder, ButtonRowControl
|
||||
void ValuesController::setupSelectableTableViewAndCells(InputEventHandlerDelegate * inputEventHandlerDelegate) {
|
||||
selectableTableView()->setVerticalCellOverlap(0);
|
||||
selectableTableView()->setMargins(k_margin, k_scrollBarMargin, k_scrollBarMargin, k_margin);
|
||||
selectableTableView()->setBackgroundColor(Palette::WallScreenDark);
|
||||
selectableTableView()->setBackgroundColor(Palette::BackgroundAppsSecondary);
|
||||
|
||||
int numberOfAbscissaCells = abscissaCellsCount();
|
||||
for (int i = 0; i < numberOfAbscissaCells; i++) {
|
||||
|
||||
Reference in New Issue
Block a user