mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[escher] In palette, improve colors
Change-Id: I2c8f33764cf2befeb994b9b47b46d39f116ae96c
This commit is contained in:
@@ -23,7 +23,7 @@ void RangeParameterController::willDisplayCellForIndex(TableViewCell * cell, int
|
||||
}
|
||||
if (index == 3 || index == 4) {
|
||||
if (m_interactiveRange->yAuto()) {
|
||||
m_rangeCells[index-1].setTextColor(Palette::DesactiveTextColor);
|
||||
m_rangeCells[index-1].setTextColor(Palette::GreyDark);
|
||||
} else {
|
||||
m_rangeCells[index-1].setTextColor(KDColorBlack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user