From 10fd8acb1d5608be350bc66f98f0c82a6081a751 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Fri, 29 Apr 2011 18:59:35 +0900 Subject: [PATCH] [ctxpopup] ux feedback: icon style size change Change-Id: I7db51768ed966c003754d285b1b75cd12fe8ee85 --- themes/groups/ctxpopup.edc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/themes/groups/ctxpopup.edc b/themes/groups/ctxpopup.edc index 84e4068..29e054d 100644 --- a/themes/groups/ctxpopup.edc +++ b/themes/groups/ctxpopup.edc @@ -1141,6 +1141,8 @@ description { state: "default" 0.0; visible: 0; + min: 100 70; + max: 100 70; } description { state: "clicked" 0.0; @@ -1155,8 +1157,8 @@ name: "left_top_padding"; scale: 1; description { - min: CTXPOPUP_ITEM_PADDING CTXPOPUP_ITEM_PADDING; - max: CTXPOPUP_ITEM_PADDING CTXPOPUP_ITEM_PADDING; + min: (CTXPOPUP_ITEM_PADDING + 15) CTXPOPUP_ITEM_PADDING; + max: (CTXPOPUP_ITEM_PADDING + 15) CTXPOPUP_ITEM_PADDING; visible: 0; align: 0 0; fixed: 1 1; @@ -1198,9 +1200,9 @@ scale: 1; description { state: "default" 0.0; - min: (CTXPOPUP_ICON_WIDTH+30) CTXPOPUP_ICON_HEIGHT; - max: (CTXPOPUP_ICON_WIDTH+30) CTXPOPUP_ICON_HEIGHT; - align: 0.5 0.5; + min: (CTXPOPUP_ICON_WIDTH - 10) (CTXPOPUP_ICON_HEIGHT - 10); + max: (CTXPOPUP_ICON_WIDTH - 10) (CTXPOPUP_ICON_HEIGHT - 10); + align: 0 0; aspect: 1.0 1.0; rel1 { to: "left_top_padding"; relative: 1 1; } rel2 { to: "right_bottom_padding"; relative: 0 0; } @@ -1210,8 +1212,8 @@ name: "right_bottom_padding"; scale: 1; description { - min: CTXPOPUP_ITEM_PADDING CTXPOPUP_ITEM_PADDING; - max: CTXPOPUP_ITEM_PADDING CTXPOPUP_ITEM_PADDING; + min: (CTXPOPUP_ITEM_PADDING + 15) CTXPOPUP_ITEM_PADDING; + max: (CTXPOPUP_ITEM_PADDING + 15) CTXPOPUP_ITEM_PADDING; visible: 0; align: 1 1; fixed: 1 1; -- 2.7.4