seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=384849feca5d43343ce86608ad498d1906725e70

commit 384849feca5d43343ce86608ad498d1906725e70
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Aug 1 13:13:01 2014 +0900

    test.edc: set ellipsis as -1 if text min is 1 X.
---
 data/objects/test.edc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/objects/test.edc b/data/objects/test.edc
index cf855c2..74c90b6 100644
--- a/data/objects/test.edc
+++ b/data/objects/test.edc
@@ -52,6 +52,7 @@ collections {
                   font: "Sans:style=Bold";
                   size: 14;
                   min: 1 1;
+                  ellipsis: -1;
                   text: "some edje text here";
                }
             }
@@ -205,6 +206,7 @@ collections {
                   font: "Sans:style=Bold";
                   size: 14;
                   min: 1 1;
+                  ellipsis: -1;
                   text: "some edje text here";
                }
             }

-- 


Reply via email to