projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66fec73
)
elm_panes theme : add reapeat events on arrows
author
Jonathan Atton
<jonathan.atton@gmail.com>
Fri, 4 Feb 2011 21:45:58 +0000
(21:45 +0000)
committer
Jonathan Atton
<jonathan.atton@gmail.com>
Fri, 4 Feb 2011 21:45:58 +0000
(21:45 +0000)
SVN revision: 56716
data/themes/default.edc
patch
|
blob
|
history
diff --git
a/data/themes/default.edc
b/data/themes/default.edc
index 68748d2089ca9299233237fcc5719b98da1bc7e1..e888df68daa063cfc303c3c94c4b15bd6ad726b8 100644
(file)
--- a/
data/themes/default.edc
+++ b/
data/themes/default.edc
@@
-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;