Added IGNORE_SPACES_AFTER_TEXT property 75/186675/7
authorminho.sun <minho.sun@samsung.com>
Mon, 13 Aug 2018 09:52:28 +0000 (18:52 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 27 Aug 2018 01:59:25 +0000 (10:59 +0900)
Currently, DALi doesn't make text to ellipsis when there are spaces
after text.

 "AAA                            " can't be ellipsis.
 "AAA                           A" can be ellipsis.

User wants to choose whether ignoring spaces after text or not.
So, added devel text property for this which is named IGNORE_SPACES_AFTER_TEXT.

Change-Id: Ibad9f70b1f8012dc4e04914e4f98072fc8741ad9
Signed-off-by: minho.sun <minho.sun@samsung.com>

No differences found