test.edc: set ellipsis as -1 if text min is 1 X.

This commit is contained in:
Daniel Juyung Seo 2014-08-01 13:13:01 +09:00
parent 75b3a73af9
commit 58aa3cd2c0
1 changed files with 2 additions and 0 deletions

View File

@ -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";
}
}