mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[escher] In palette, improve colors
Change-Id: I2c8f33764cf2befeb994b9b47b46d39f116ae96c
This commit is contained in:
@@ -17,7 +17,7 @@ CalculationController::CalculationController(Responder * parentResponder, Header
|
||||
{
|
||||
for (int k = 0; k < k_maxNumberOfDisplayableRows; k++) {
|
||||
m_titleCells[k].setAlignment(1.0f, 0.5f);
|
||||
m_calculationCells[k].setTextColor(Palette::DesactiveTextColor);
|
||||
m_calculationCells[k].setTextColor(Palette::GreyDark);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user