From 941244bf188e1f96c2ea15e311d8905c875ac2df Mon Sep 17 00:00:00 2001 From: Bora Hwang Date: Tue, 16 Apr 2013 21:01:27 +0900 Subject: [PATCH] [ctxpopup] icon_text_style should have min width Change-Id: I71b2fd1e272b9d43b3c18bc297105189abad51c6 --- themes/widgets/ctxpopup.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/widgets/ctxpopup.edc b/themes/widgets/ctxpopup.edc index fae2c2d..b33013a 100644 --- a/themes/widgets/ctxpopup.edc +++ b/themes/widgets/ctxpopup.edc @@ -2908,6 +2908,8 @@ group { description { state: "default" 0.0; visible: 0; + min: CTXPOPUP_WIDTH_MIN_INC 1; + max: CTXPOPUP_WIDTH_MAX_INC CTXPOPUP_ITEM_HEIGHT_MAX_INC; } description { state: "clicked" 0.0; -- 2.7.4