diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2015-05-26 04:59:33 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2015-05-26 04:59:33 -0700 |
commit | da73b684554b6661558c49a6828c4417dc43211a (patch) | |
tree | 6c84ced9d86293f8293f2b8451f8106d13285a0c | |
parent | 5f78a3c02064c9fa30f16999c307cdc6c64e8784 (diff) | |
parent | d73dcff644a522d3d6ea75956e7dc6d2b3d0785f (diff) | |
download | homescreen-da73b684554b6661558c49a6828c4417dc43211a.tar.gz homescreen-da73b684554b6661558c49a6828c4417dc43211a.tar.bz2 homescreen-da73b684554b6661558c49a6828c4417dc43211a.zip |
Merge "remove edje_cc warning" into tizen
-rw-r--r-- | edje/bar/dbar.edc | 1 | ||||
-rw-r--r-- | edje/widget/label.edc | 14 |
2 files changed, 15 insertions, 0 deletions
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; } } } |