elm_panes theme : add reapeat events on arrows
authorwatchwolf <watchwolf@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Feb 2011 21:45:58 +0000 (21:45 +0000)
committerwatchwolf <watchwolf@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Feb 2011 21:45:58 +0000 (21:45 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@56716 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/default.edc

index 68748d2..e888df6 100644 (file)
@@ -32073,6 +32073,7 @@ collections {
          //Arrow
          part {
             name: "arrow_right";
+           repeat_events: 1;
             description { state: "default" 0.0;
                 min: 45 45;
                 max: 45 45;
@@ -32105,6 +32106,7 @@ collections {
          }
         part {
             name: "arrow_left";
+           repeat_events: 1;
             description { state: "default" 0.0;
                 min: 45 45;
                 max: 45 45;
@@ -32404,6 +32406,7 @@ collections {
          //Arrow
          part {
             name: "arrow_right";
+           repeat_events: 1;
             description { state: "default" 0.0;
                 min: 45 45;
                 max: 45 45;
@@ -32436,6 +32439,7 @@ collections {
          }
         part {
             name: "arrow_left";
+            repeat_events: 1;
             description { state: "default" 0.0;
                 min: 45 45;
                 max: 45 45;