mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[themes] Color with pointers
This commit is contained in:
@@ -30,7 +30,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::BackgroundAppsSecondary);
|
||||
selectableTableView()->setBackgroundColor(*Palette::BackgroundAppsSecondary);
|
||||
|
||||
int numberOfAbscissaCells = abscissaCellsCount();
|
||||
for (int i = 0; i < numberOfAbscissaCells; i++) {
|
||||
|
||||
Reference in New Issue
Block a user