cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=6cf09175874cca9e5859d580a5bad706012b8880

commit 6cf09175874cca9e5859d580a5bad706012b8880
Author: taehyub <taehyub....@samsung.com>
Date:   Fri Feb 5 08:17:55 2016 +0100

    ctxpopup: add elm.swallow.backgournd for backgournd customize
    
    Summary: add elm.swallow.background part in elm/ctxpopup/base/default
    
    Reviewers: kimcinoo
    
    Differential Revision: https://phab.enlightenment.org/D3646
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 data/themes/edc/elm/ctxpopup.edc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/data/themes/edc/elm/ctxpopup.edc b/data/themes/edc/elm/ctxpopup.edc
index 783c044..39d0177 100644
--- a/data/themes/edc/elm/ctxpopup.edc
+++ b/data/themes/edc/elm/ctxpopup.edc
@@ -53,6 +53,14 @@ group { name: "elm/ctxpopup/base/default";
             color_class: "ctxpopup_bg";
          }
       }
+      part { name: "elm.swallow.backgournd"; type: SWALLOW;
+         clip_to: "clip";
+         description { state: "default" 0.0;
+            fixed: 1 1;
+            rel1.to: "base";
+            rel2.to: "base";
+         }
+      }
       part { name: "elm.swallow.content"; type: SWALLOW;
          clip_to: "clip";
          description { state: "default" 0.0;

-- 


Reply via email to