discomfitor pushed a commit to branch master.

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

commit f2d1c94f2f46909224b2848980cd518c68b9b977
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Fri Feb 21 15:43:12 2014 -0500

    add clip for gadcon popups
---
 data/themes/edc/gadman.edc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/data/themes/edc/gadman.edc b/data/themes/edc/gadman.edc
index 376c723..9fe5af5 100644
--- a/data/themes/edc/gadman.edc
+++ b/data/themes/edc/gadman.edc
@@ -18,12 +18,18 @@ group { name: "e/gadman/popup";
             fill.smooth: 0;
          }
       }
-      part { name: "e.swallow.content"; type: SWALLOW;
+      part { name: "e.swallow.content"; type: SWALLOW; clip_to: "clip";
          description { state: "default" 0.0;
             rel1.offset: 3 3;
             rel2.offset: -4 -4;
          }
       }
+      part { name: "clip"; type: RECT;
+         description { state: "default";
+            rel1.to: "e.swallow.content";
+            rel2.to: "e.swallow.content";
+         }
+      }
       part { name: "shine"; mouse_events: 0;
          description { state: "default" 0.0;
             image.normal: "shine.png";

-- 


Reply via email to