[escher] Change palette names to make them consistant

Change-Id: If5381b7f970e106bea1196ef40e36ea12f846dad
This commit is contained in:
Émilie Feral
2016-11-14 11:17:06 +01:00
parent 41f8d0c75c
commit c34498b15d
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ extern "C" {
StackView::StackView() :
View(),
m_textView(PointerTextView(nullptr, 0.5f, 0.5f, Palette::k_desactiveTextColor))
m_textView(PointerTextView(nullptr, 0.5f, 0.5f, Palette::DesactiveTextColor))
{
}