nikawhite pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=86ae27a3bf416aaf6e1b143cef0e1f9c45ec74e8
commit 86ae27a3bf416aaf6e1b143cef0e1f9c45ec74e8 Author: Mykyta Biliavskyi <[email protected]> Date: Wed Jun 1 22:02:09 2016 +0300 Tizen theme: fix popup multiline text. --- data/themes/tizen/widgets/popup.edc | 4 +++- data/themes/tizen/widgets/styles.edc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/themes/tizen/widgets/popup.edc b/data/themes/tizen/widgets/popup.edc index 71a71a6..36c1f2a 100644 --- a/data/themes/tizen/widgets/popup.edc +++ b/data/themes/tizen/widgets/popup.edc @@ -74,10 +74,12 @@ group { name: "elm/label/base/popup/default"; type: TEXTBLOCK; mouse_events: 0; scale: 1; + multiline: 1; description { state: "default" 0.0; text { style: "main_text"; - min: 1 1; + min: 0 1; + max: 0 1; } } } diff --git a/data/themes/tizen/widgets/styles.edc b/data/themes/tizen/widgets/styles.edc index 1004f14..f495ad5 100644 --- a/data/themes/tizen/widgets/styles.edc +++ b/data/themes/tizen/widgets/styles.edc @@ -75,7 +75,7 @@ styles { style { name: "main_text"; - base: "font="FN" font_size=14 color=#585858 wrap=word text_class=entry ellipsis=1.0"; + base: "font="FN" font_size=14 color=#585858 wrap=word text_class=entry "; TEXTBLOCK_TAGS_ENABLED } style { name: "main_text_disabled"; --
