etrunko pushed a commit to branch master.

http://git.enlightenment.org/themes/klok.git/commit/?id=a31ac694b0636861fb7835780ae7f8f9766e7c91

commit a31ac694b0636861fb7835780ae7f8f9766e7c91
Author: Eduardo Lima (Etrunko) <[email protected]>
Date:   Fri Oct 28 10:23:56 2016 -0200

    Specify text.elipsis to avoid letters being replaced with '...'
    
    Signed-off-by: Eduardo Lima (Etrunko) <[email protected]>
---
 klok.edc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/klok.edc b/klok.edc
index e6e38d6..4bd4d22 100644
--- a/klok.edc
+++ b/klok.edc
@@ -421,6 +421,7 @@ collections {
                         align: 0.5 0.5;                         \
                         text:  _off;                            \
                         text_class: "klok_letter";              \
+                        elipsis: -1;                            \
                     }                                           \
                 }                                               \
                 description {                                   \
@@ -455,6 +456,7 @@ collections {
                         align: 0.5 0.5;                         \
                         text:  _on;                             \
                         text_class: "klok_letter";              \
+                        elipsis: -1;                            \
                     }                                           \
                 }                                               \
                 description {                                   \

-- 


Reply via email to