tooltip: fix tooltip multi line text issue
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 4 Jun 2015 09:25:25 +0000 (10:25 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 4 Jun 2015 09:25:44 +0000 (10:25 +0100)
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

data/themes/edc/elm/tooltip.edc

index f84e076..82d1df6 100644 (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";