mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 09:10:48 +01:00
[escher] In palette, improve colors
Change-Id: I2c8f33764cf2befeb994b9b47b46d39f116ae96c
This commit is contained in:
@@ -16,8 +16,8 @@ CalculationController::CalculationController(Responder * parentResponder, Header
|
||||
m_store(store)
|
||||
{
|
||||
for (int k = 0; k < k_maxNumberOfDisplayableRows/2; k++) {
|
||||
m_calculationCells[k].setTextColor(Palette::DesactiveTextColor);
|
||||
m_doubleCalculationCells[k].setTextColor(Palette::DesactiveTextColor);
|
||||
m_calculationCells[k].setTextColor(Palette::GreyDark);
|
||||
m_doubleCalculationCells[k].setTextColor(Palette::GreyDark);
|
||||
m_doubleCalculationCells[k].setParentResponder(&m_selectableTableView);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user