partly revert mike's ellipsis changes as they break edje

partly revert adcc323291 as the default
ellipsis value was 0 as per the document, and must stay, as changing
this breaks edc descirptions as now text is no longer ellipsised by
default. this ACTUALLY broke titlebars on the default theme - just
have a title that is too long and see how it no longer goes:

This is a title he...

it instead covers the screen for as long as the title is.

if you want -1 for ellipsis... then set it. :)
This commit is contained in:
Carsten Haitzler 2014-04-23 19:57:15 +09:00
parent 3c61dc1dba
commit f442c21c04
1 changed files with 0 additions and 1 deletions

View File

@ -949,7 +949,6 @@ _edje_part_description_alloc(unsigned char type, const char *collection, const c
ed->text.align.y = FROM_DOUBLE(0.5);
ed->text.id_source = -1;
ed->text.id_text_source = -1;
ed->text.elipsis = -1;
result = &ed->common;
break;