summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2014-02-21 15:43:12 -0500
committerMike Blumenkrantz <zmike@samsung.com>2014-02-21 16:44:09 -0500
commitf2d1c94f2f46909224b2848980cd518c68b9b977 (patch)
tree343a2374377479d25233ffa8aa0b6b4a52bff40e
parent7d537c780c27f154259d91e3bbdb8066007555a7 (diff)
downloadelementary-f2d1c94f2f46909224b2848980cd518c68b9b977.tar.gz
add clip for gadcon popups
-rw-r--r--data/themes/edc/gadman.edc8
1 files changed, 7 insertions, 1 deletions
diff --git a/data/themes/edc/gadman.edc b/data/themes/edc/gadman.edc
index 376c723ad..9fe5af576 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";