[Popup] Corrected access part for popup title area.
authorAmit Kamboj <amit.kamboj@samsung.com>
Wed, 3 Jul 2013 12:54:54 +0000 (18:24 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 8 Jul 2013 06:52:11 +0000 (15:52 +0900)
Change-Id: I9f05b34aba941ef0b8a58683fab5ebc0bf03024c

themes/widgets/popup.edc

index 8138b25..a5b9eef 100644 (file)
@@ -75,7 +75,6 @@ group { name: "elm/notify/center/popup";
      part { name: "elm.swallow.content";
         type: SWALLOW;
         scale: 1;
-        clip_to: "clipper";
         description { state: "default" 0.0;
            rel1.to: "base";
            rel2.to: "base";
@@ -107,17 +106,6 @@ group { name: "elm/notify/center/popup";
            }
         }
      }
-     part { name: "clipper";
-        type: RECT;
-        scale: 1;
-        description { state: "default" 0.0;
-           min: 1280 1280;
-           max: 1280 1280;
-           fixed: 1 1;
-           rel1.to: "base";
-           rel2.to: "base";
-        }
-     }
    }
    programs {
        program { name: "show";
@@ -130,7 +118,6 @@ group { name: "elm/notify/center/popup";
             signal: "show";
             action: STATE_SET "default" 0.0;
             target: "elm.swallow.content";
-            target: "clipper";
             after: "end";
        }
        program { name: "end";
@@ -677,26 +664,10 @@ 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;
-               to_x: "shadow_left_top_padding";
-               to_y: "elm.bg.title";
-            }
-            rel2 {
-               relative: 0.0 1.0;
-               to_x: "shadow_right_bottom_padding";
-               to_y: "elm.bg.title";
-            }
+            rel1.to: "elm.bg.title";
+            rel2.to: "elm.bg.title";
             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;