From 3e4c84d8e5b6cde3e832b5640f5ec9f47d2b4c85 Mon Sep 17 00:00:00 2001 From: Bora Hwang Date: Fri, 5 Apr 2013 19:36:51 +0900 Subject: [PATCH] [ctxpopup] fixed PLM issue: ellipsis state should have value 0 only for text width Change-Id: I2537c6e980746f8debcf200ac83d54226a93b44c --- themes/widgets/ctxpopup.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/widgets/ctxpopup.edc b/themes/widgets/ctxpopup.edc index 9cace9a..c80f7a8 100644 --- a/themes/widgets/ctxpopup.edc +++ b/themes/widgets/ctxpopup.edc @@ -2141,7 +2141,7 @@ state: "ellipsis" 0.0; inherit: "default" 0.0; min: CTXPOPUP_TEXT_MAX_INC CTXPOPUP_ITEM_HEIGHT_MIN_INC; - text.min: 0 0; + text.min: 0 1; } } part { @@ -3064,7 +3064,7 @@ state: "ellipsis" 0.0; inherit: "default" 0.0; min: (CTXPOPUP_WIDTH_MAX_INC-CTXPOPUP_ITEM_TEXT_PADDING_INC-CTXPOPUP_ICON_WIDTH_INC-(CTXPOPUP_ITEM_ICON_PADDING_INC*2)) CTXPOPUP_ITEM_HEIGHT_MIN_INC; - text.min: 0 0; + text.min: 0 1; } } part { -- 2.7.4