popup: add elm.swallow.background for background customize
authortaehyub <taehyub.kim@samsung.com>
Fri, 5 Feb 2016 07:18:31 +0000 (08:18 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 5 Feb 2016 07:45:19 +0000 (08:45 +0100)
Summary: add elm.swallow.background part in elm/popup/base/default

Reviewers: kimcinoo

Differential Revision: https://phab.enlightenment.org/D3645

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
legacy/elementary/data/themes/edc/elm/popup.edc

index 5b8cb05..32433be 100644 (file)
@@ -191,6 +191,14 @@ group { name: "elm/popup/base/default";
             color_class: "popup_bg";
          }
       }
+      part { name: "elm.swallow.background"; type: SWALLOW;
+         scale: 1;
+         description { state: "default" 0.0;
+            fixed: 1 1;
+            rel1.to: "base";
+            rel2.to: "base";
+         }
+      }
       part { name: "elm.bg.title"; type: RECT;
          description { state: "default" 0.0;
             fixed: 1 1;