okra pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ea7939897c26b3c7767cf84fb6d73e34e46e77ad

commit ea7939897c26b3c7767cf84fb6d73e34e46e77ad
Author: Stephen Houston <stephen@localhost.localdomain>
Date:   Fri Sep 23 09:38:15 2016 -0500

    Add updated drop part for the new pager gadget.  This will be required for 
the new pager to work.
---
 data/elementary/themes/edc/pager16.edc | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/data/elementary/themes/edc/pager16.edc 
b/data/elementary/themes/edc/pager16.edc
index 951faf0..0ce7aed 100644
--- a/data/elementary/themes/edc/pager16.edc
+++ b/data/elementary/themes/edc/pager16.edc
@@ -94,6 +94,18 @@ group { name: "e/modules/pager16/desk";
             rel2.to: "base";
          }
       }
+      part { name: "e.swallow.drop"; type: SWALLOW;
+         clip_to: "clip";
+         description { state: "default" 0.0;
+            rel1.to: "base";
+            rel2.to: "base";
+            rel2.offset: -2 -1;
+            link.base: "e,state,visible" "e";
+         }
+         desc { "hid"; inherit; hid;
+            link.base: "e,state,hidden" "e";
+         }
+      }
       part { name: "e.swallow.content"; type: SWALLOW;
          clip_to: "clip";
          description { state: "default" 0.0;

-- 


Reply via email to