From: Amit Kamboj Date: Fri, 7 Jun 2013 14:01:09 +0000 (+0530) Subject: [popup]Added landscape state for access.title part. X-Git-Tag: submit/tizen/20131004.114939~223 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efb02108c8634bbbafed2892a8ade2180045fef3;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git [popup]Added landscape state for access.title part. Change-Id: I1df767af6e7d505f03397cedafe62c92c74206a1 --- 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";