From 19326fe7ddd1a511d8a6e13fbaacecb97cee8108 Mon Sep 17 00:00:00 2001 From: kishorekumar Dachinamoorthy Date: Mon, 8 Apr 2013 17:41:14 +0530 Subject: [PATCH] Fixing Disable text color. Change-Id: I7879dc12a261ccc6469c83af29537547e3fb983a Signed-off-by: kishorekumar Dachinamoorthy --- src/ui/resource/FUi_ResourceSliderConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/resource/FUi_ResourceSliderConfig.cpp b/src/ui/resource/FUi_ResourceSliderConfig.cpp index 4db776a..7b5cea8 100755 --- a/src/ui/resource/FUi_ResourceSliderConfig.cpp +++ b/src/ui/resource/FUi_ResourceSliderConfig.cpp @@ -35,7 +35,7 @@ START_UI_CONFIG(SLIDER); ADD_COLOR_CONFIG(HANDLE_BG_PRESSED, $W0641P); ADD_COLOR_CONFIG(HANDLE_BG_DISABLED, $W0641D); ADD_COLOR_CONFIG(HANDLE_BG_HIGHLIGHTED, $W0641); - ADD_COLOR_CONFIG(HANDLE_NUMBER_TEXT_DISABLED, $0611D); + ADD_COLOR_CONFIG(HANDLE_NUMBER_TEXT_DISABLED, $W0611D); ADD_COLOR_CONFIG(HANDLE_NUMBER_TEXT_NORMAL, $W0611); ADD_COLOR_CONFIG(TITLE_TEXT_NORMAL, $F011L3); -- 2.7.4