mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[themes] Color with pointers
This commit is contained in:
@@ -19,7 +19,7 @@ CalculationController::CalculationController(Responder * parentResponder, Button
|
||||
m_hideableCell(),
|
||||
m_store(store)
|
||||
{
|
||||
m_selectableTableView.setBackgroundColor(Palette::BackgroundAppsSecondary);
|
||||
m_selectableTableView.setBackgroundColor(*Palette::BackgroundAppsSecondary);
|
||||
m_selectableTableView.setVerticalCellOverlap(0);
|
||||
m_selectableTableView.setMargins(k_margin, k_scrollBarMargin, k_scrollBarMargin, k_margin);
|
||||
for (int i = 0; i < k_numberOfSeriesTitleCells; i++) {
|
||||
@@ -30,7 +30,7 @@ CalculationController::CalculationController(Responder * parentResponder, Button
|
||||
m_calculationTitleCells[i].setMessageFont(KDFont::SmallFont);
|
||||
}
|
||||
for (int i = 0; i < k_numberOfCalculationCells; i++) {
|
||||
m_calculationCells[i].setTextColor(Palette::SecondaryText);
|
||||
m_calculationCells[i].setTextColor(*Palette::SecondaryText);
|
||||
}
|
||||
m_hideableCell.setHide(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user