diff options
author | Tom Hacohen <tom@stosb.com> | 2013-06-12 14:06:19 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-06-12 14:06:27 +0100 |
commit | aab50301a6e22344eddff24fb65ae49ed379f7ff (patch) | |
tree | 02eee626697fba290663f92c766b9930ed3d43c8 | |
parent | eac7636a1e9160b6b23c6721ae2d82e7b651ddd9 (diff) | |
download | efl-aab50301a6e22344eddff24fb65ae49ed379f7ff.tar.gz |
Edje examples: Fixed knob to be visible in the drag example.
-rw-r--r-- | src/examples/edje/drag.edc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/edje/drag.edc b/src/examples/edje/drag.edc index b9247ec1cf..2e4fca09d1 100644 --- a/src/examples/edje/drag.edc +++ b/src/examples/edje/drag.edc @@ -78,6 +78,7 @@ collections { description { state: "default" 0.0; + min: 10 10; color: 255 0 0 200; |