From d73dcff644a522d3d6ea75956e7dc6d2b3d0785f Mon Sep 17 00:00:00 2001 From: Soohye Shin Date: Tue, 26 May 2015 20:49:29 +0900 Subject: [PATCH] remove edje_cc warning - add text.ellipsis: -1.0 Change-Id: I785b2e40fdb478cfcbc30521e62cfe0a26f18e57 Signed-off-by: Soohye Shin --- edje/bar/dbar.edc | 1 + edje/widget/label.edc | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/edje/bar/dbar.edc b/edje/bar/dbar.edc index 664d84e..11d66a3 100644 --- a/edje/bar/dbar.edc +++ b/edje/bar/dbar.edc @@ -60,6 +60,7 @@ group { font, "TizenSans:style=Bold"; size, 35; min, 1 1; + ellipsis, -1.0; } align, 0.5 1.0; fixed, 1 1; diff --git a/edje/widget/label.edc b/edje/widget/label.edc index 82c9e53..64ca2d6 100644 --- a/edje/widget/label.edc +++ b/edje/widget/label.edc @@ -161,6 +161,7 @@ group { style, "text_style_24_focused_left"; align, 0.0 0.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -173,6 +174,7 @@ group { style, "text_style_24_focused_left"; align, 0.0 0.0; min, 1 1; + ellipsis, -1.0; } } } @@ -227,6 +229,7 @@ group { style, "text_style_20_focused_left"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -239,6 +242,7 @@ group { style, "text_style_20_focused_left"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -299,6 +303,7 @@ group { style, "text_style_40_focused_center"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -311,6 +316,7 @@ group { style, "text_style_40_focused_center"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -371,6 +377,7 @@ group { style, "text_style_32_focused_left"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -383,6 +390,7 @@ group { style, "text_style_32_focused_left"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -443,6 +451,7 @@ group { style, "text_style_24_focused_center"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -455,6 +464,7 @@ group { style, "text_style_24_focused_center"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -515,6 +525,7 @@ group { style, "text_style_22_center"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -527,6 +538,7 @@ group { style, "text_style_22_center"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } } @@ -563,6 +575,7 @@ group { style, "text_style_28_left"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } description { @@ -575,6 +588,7 @@ group { style, "text_style_28_left"; align, 0.0 1.0; min, 1 1; + ellipsis, -1.0; } } } -- 2.7.4