nikawhite pushed a commit to branch master. http://git.enlightenment.org/apps/eruler.git/commit/?id=085ad7a328003a6484e8e9d4f6db4f9052bb1d49
commit 085ad7a328003a6484e8e9d4f6db4f9052bb1d49 Author: Mykyta Biliavskyi <[email protected]> Date: Tue Jul 26 18:13:22 2016 +0300 Layout: disable ellipsis for text parts, that has min value. --- data/themes/default.edc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/themes/default.edc b/data/themes/default.edc index f1631e3..2990b83 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -39,6 +39,7 @@ collections { font: "Sans"; size: 10; min: 1 1; + ellipsis: -1; } } } @@ -495,6 +496,7 @@ collections { min: 1 1; fit: 1 0; size_range: 8 12; + ellipsis: -1; } } description { @@ -636,6 +638,7 @@ collections { min: 1 1; fit: 0 1; size_range: 8 12; + ellipsis: -1; } } description { @@ -912,6 +915,7 @@ collections { font: "Sans:style=Bold"; size: 10; min: 1 1; + ellipsis:-1; } } } --
