tooltip: fix tooltip multi line text issue

Summary:
This is fixed by removing wrap=word from tooltip style.

Resolves: T2034

@fix

Test Plan:
1. elementary_test -> tooltip
2. click "unlock tooltip visibility"
3. check tooltip text. full text is not visible.

Reviewers: seoz, raster, Hermet, cedric, tasn

Reviewed By: tasn

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D2606
This commit is contained in:
Amitesh Singh 2015-06-04 10:25:25 +01:00 committed by Tom Hacohen
parent dd19750273
commit 6b8de59969
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ group { name: "elm/label/base/tooltip/default";
alias: "elm/label/base/tooltip/transparent";
styles {
style { name: "tooltip_style";
base: "font="FN" font_size=10 color=#ffffff style=shadow,bottom shadow_color=#00000080 wrap=word text_class=bubble";
base: "font="FN" font_size=10 color=#ffffff style=shadow,bottom shadow_color=#00000080 text_class=bubble";
tag: "br" "\n";
tag: "hilight" "+ font="FN" text_class=bubble";
tag: "b" "+ font="FN" text_class=bubble";