From efb02108c8634bbbafed2892a8ade2180045fef3 Mon Sep 17 00:00:00 2001 From: Amit Kamboj Date: Fri, 7 Jun 2013 19:31:09 +0530 Subject: [PATCH] [popup]Added landscape state for access.title part. Change-Id: I1df767af6e7d505f03397cedafe62c92c74206a1 --- themes/widgets/popup.edc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index aab3f4f..07db551 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -707,6 +707,8 @@ group { name: "elm/popup/base/default"; type: RECT; repeat_events: 1; description { state: "default" 0.0; + min: POPUP_BASE_DEFAULT_TITLE_DEFAULT_MIN_INC; + max: POPUP_BASE_DEFAULT_TITLE_DEFAULT_MIN_INC; fixed: 1 1; rel1 { relative: 1.0 0.0; @@ -720,6 +722,11 @@ group { name: "elm/popup/base/default"; } color: 0 0 0 0; } + description { state: "landscape" 0.0; + inherit: "default"; + min: POPUP_BASE_DEFAULT_TITLE_LANDSCAPE_MIN_INC; + max: POPUP_BASE_DEFAULT_TITLE_LANDSCAPE_MIN_INC; + } } part { name: "elm.swallow.content"; type: SWALLOW; @@ -919,6 +926,7 @@ group { name: "elm/popup/base/default"; action: STATE_SET "landscape" 0.0; target: "base"; target: "elm.bg.title"; + target: "access.title"; after: "orientation_change"; } program { name: "orientation_change"; @@ -930,6 +938,7 @@ group { name: "elm/popup/base/default"; action: STATE_SET "default" 0.0; target: "base"; target: "elm.bg.title"; + target: "access.title"; after: "orientation_change"; } program { name: "landscape_mode"; -- 2.7.4