discomfitor pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/desksanity.git/commit/?id=891de2e299808e77c04bd009a7d3f7b1b3ba1096

commit 891de2e299808e77c04bd009a7d3f7b1b3ba1096
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Aug 19 06:44:23 2014 -0400

    fix moveresize text edc
---
 e-module-desksanity.edc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/e-module-desksanity.edc b/e-module-desksanity.edc
index de5c618..f09dd1f 100644
--- a/e-module-desksanity.edc
+++ b/e-module-desksanity.edc
@@ -25,6 +25,7 @@ collections {
                text { font: "Sans"; size: 16;
                   text_source: "e.text";
                   min: 1 1;
+                  ellipsis: -1;
                }
             }
          }
@@ -37,6 +38,7 @@ collections {
                color3: 51 153 255 18;
                text { font: "Sans"; size: 16;
                   min: 1 1;
+                  ellipsis: -1;
                }
             }
          }

-- 


Reply via email to