elm_panes theme : add reapeat events on arrows
authorJonathan Atton <jonathan.atton@gmail.com>
Fri, 4 Feb 2011 21:45:58 +0000 (21:45 +0000)
committerJonathan Atton <jonathan.atton@gmail.com>
Fri, 4 Feb 2011 21:45:58 +0000 (21:45 +0000)
SVN revision: 56716

data/themes/default.edc

index 68748d2089ca9299233237fcc5719b98da1bc7e1..e888df68daa063cfc303c3c94c4b15bd6ad726b8 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;