evas textblock: +1 to formatted width from Textblock 30/110630/2
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 17 Jan 2017 06:43:54 +0000 (15:43 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 17 Jan 2017 09:54:39 +0000 (01:54 -0800)
commit06c9c222c57dbd7589fed46015aeb51bf27d78e8
tree6873d58347bb9c2a4d18a8d95a16788b2d5fa907
parentd9883fee7650ff99f98ec4e4a77071ebb0161e32
evas textblock: +1 to formatted width from Textblock

Because, formatted width is always smaller than the given size,
Edje can't use formatted size as a Textblock part's size directly.
If formatted size is used directly, you will see narrower/taller Textblock part.
It replace the following patch.

commit bbf5d78d385784f2e2dfdc0830808967a919d054
"edje_calc: give +1 width from calculated width of formatted_get"

@tizen_fix

Change-Id: I16532d6fdf94277b54b69629cca0f365cdc85538
(cherry picked from commit b609c40cbbfc5b9e864fb43875c691fa65eaa445)
src/lib/evas/canvas/evas_object_textblock.c