discomfitor pushed a commit to branch master.

http://git.enlightenment.org/apps/empc.git/commit/?id=68eb71ef7140e2bb5f09e75c675aae0e9f2ba176

commit 68eb71ef7140e2bb5f09e75c675aae0e9f2ba176
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Mar 9 16:50:19 2015 -0400

    add clip for filesystem content swallow
---
 data/themes/elm.edc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/data/themes/elm.edc b/data/themes/elm.edc
index 8e71d34..a582296 100644
--- a/data/themes/elm.edc
+++ b/data/themes/elm.edc
@@ -386,7 +386,13 @@
             target: "mouse_indicator";
             transition: LINEAR 0.15;
          }
-         swallow { EMPC_SWALLOW_ARTIST;
+         rect { "clip";
+            desc {
+               rel1.to: EMPC_SWALLOW_ARTIST;
+               rel2.to: EMPC_SWALLOW_ARTIST;
+            }
+         }
+         swallow { EMPC_SWALLOW_ARTIST; clip: "clip";
             desc {
                rel1.offset: 3 3;
                rel2.to_y: "text";

-- 


Reply via email to