From ceaf978354cec692247e7897e3b60ec9c9bc5325 Mon Sep 17 00:00:00 2001 From: "cheun.hong" Date: Fri, 25 Oct 2013 14:05:07 +0900 Subject: [PATCH] Apply UX Guide of ShadowText opacity Change-Id: Iff1016f3aaf6a54695b166609c952bb4560dacff Signed-off-by: cheun.hong --- src/graphics/text/FGrp_TextTextSimple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/text/FGrp_TextTextSimple.cpp b/src/graphics/text/FGrp_TextTextSimple.cpp index 16a2055..0bde98a 100644 --- a/src/graphics/text/FGrp_TextTextSimple.cpp +++ b/src/graphics/text/FGrp_TextTextSimple.cpp @@ -106,7 +106,7 @@ TextSimple::TextSimple(const wchar_t* pText, int length, TextElementSourceType s _shadow = false; _shadowOffset.x = 0; _shadowOffset.y = 2; - _opacity = 216; + _opacity = 191; _shadowColor = Color::GetColor(COLOR_ID_WHITE); _shadowColor.SetAlpha(_opacity); } -- 2.7.4