[popup]Added landscape state for access.title part.
authorAmit Kamboj <amit.kamboj@samsung.com>
Fri, 7 Jun 2013 14:01:09 +0000 (19:31 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:39:19 +0000 (20:39 +0900)
Change-Id: I1df767af6e7d505f03397cedafe62c92c74206a1

themes/widgets/popup.edc

index aab3f4f..07db551 100644 (file)
@@ -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";