From 28e896779925e1d97b752e2d00ed3930ba2cd2f0 Mon Sep 17 00:00:00 2001 From: Bora Hwang Date: Wed, 29 May 2013 09:06:55 +0900 Subject: [PATCH] [ctxpopup] P130528-7014: wrong text min set for more btn style when ctxpopup is pressed Change-Id: I5f6f15485ebb15831afab226ceca15c7bc90dbd7 --- themes/widgets/ctxpopup.edc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/widgets/ctxpopup.edc b/themes/widgets/ctxpopup.edc index 264b5b5..3d9c886 100644 --- a/themes/widgets/ctxpopup.edc +++ b/themes/widgets/ctxpopup.edc @@ -2049,7 +2049,7 @@ group { state: "clicked" 0.0; inherit: "default" 0.0; color: CTXPOPUP_LIST_MAIN_TEXT_PRESS_COLOR_INC; - text.min: 0 0; + text.min: 0 1; } description { state: "disabled" 0.0; @@ -2944,7 +2944,7 @@ group { state: "clicked" 0.0; inherit: "default" 0.0; color: CTXPOPUP_LIST_MAIN_TEXT_PRESS_COLOR_INC; - text.min: 0 0; + text.min: 0 1; } description { state: "disabled" 0.0; @@ -3624,6 +3624,7 @@ group { state: "clicked" 0.0; inherit: "default" 0.0; color: CTXPOPUP_LIST_MAIN_TEXT_PRESS_COLOR_INC; + text.min: 0 1; } description { state: "disabled" 0.0; -- 2.7.4