From dc3003591653eccb836a1d0650fa41adfd18848c Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Mon, 21 May 2012 17:24:56 +0530 Subject: [PATCH] [Popup] Added implementation of popup content for content_expand style to be used for popup expanding in both direction. Change-Id: I5907ba2a5c754228618d93724d9413d3b8cfe9ea --- themes/widgets/popup.edc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index 80eb36c..b82b8f4 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -202,6 +202,7 @@ group { name: "elm/notify/block_events/transparent"; group { name: "elm/label/base/popup/default"; alias: "elm/label/base/popup/verticalbuttonstyle"; + alias: "elm/label/base/popup/content_expand"; styles { style { name: "popup_desc_style"; @@ -2779,5 +2780,16 @@ group { name: "elm/popup/item/content_expand"; } } +group { name: "elm/popup/content/content_expand"; + parts{ + part{ name:"elm.swallow.content"; + type: SWALLOW; + scale : 1; + description { state: "default" 0.0; + } + } + } +} + #undef POPUP_ITEM_STATE_ENABLED #undef POPUP_ITEM_STATE_DISABLED -- 2.7.4