From: Bora Hwang Date: Wed, 29 May 2013 00:06:55 +0000 (+0900) Subject: [ctxpopup] P130528-7014: wrong text min set for more btn style when ctxpopup is pressed X-Git-Tag: submit/tizen/20131004.114939~259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28e896779925e1d97b752e2d00ed3930ba2cd2f0;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git [ctxpopup] P130528-7014: wrong text min set for more btn style when ctxpopup is pressed Change-Id: I5f6f15485ebb15831afab226ceca15c7bc90dbd7 --- 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;