From 61925d07a978c3c3e7cd7aff04aaa216196cb494 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Wed, 29 Apr 2015 18:47:12 +0900 Subject: [PATCH] remove edc warnings this patch will fix this warning. contains description 'selected:0' which has text.min: 1 X; but not text.ellipsis: -1; Change-Id: I7580c16b9e53580915751105f3e07ac376de3917 Signed-off-by: Minkyu Kang --- res/edc/widgets/button.edc | 9 +-------- res/edc/widgets/label.edc | 2 ++ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/res/edc/widgets/button.edc b/res/edc/widgets/button.edc index 3105c06..3348a41 100644 --- a/res/edc/widgets/button.edc +++ b/res/edc/widgets/button.edc @@ -106,17 +106,11 @@ group { description { state: "selected" 0.0; inherit: "default" 0.0; - /*text { - font: FONT_STYLE_MEDIUM; - }*/ color: 255 255 255 255; } description { state: "highlight" 0.0; inherit: "default" 0.0; - /*text { - font: FONT_STYLE_MEDIUM; - }*/ color: 126 128 255 255; } } @@ -345,6 +339,7 @@ group { size: 30; align: 0.0 0.5; min: 1 0; + ellipsis: -1; } align: 0.0 0.0; color: 175 175 175 255; @@ -499,7 +494,6 @@ group { set_int(cur_state, STATE_NORMAL); set_state(PART:"bg", "selected", 0.0); set_state(PART:"elm.text", "selected", 0.0); - //run_program(PROGRAM:"focus,anim"); } } program { @@ -523,7 +517,6 @@ group { set_state(PART:FBR_PART_ELM_SWALLOWICON, "highlight", 0.0); run_program(PROGRAM:"unfocus,high,anim"); } else { - //run_program(PROGRAM:"unfocus,default,anim"); set_state(PART:"bg","default", 0.0); set_state(PART:"elm.text","default", 0.0); } diff --git a/res/edc/widgets/label.edc b/res/edc/widgets/label.edc index 2b4bb7a..bad657a 100644 --- a/res/edc/widgets/label.edc +++ b/res/edc/widgets/label.edc @@ -100,6 +100,7 @@ group { text { style, "text_style_36_focused"; min, 1 1; + ellipsis: -1; align, 0.0 0.0; } } @@ -112,6 +113,7 @@ group { text { style, "text_style_36_focused"; min, 1 1; + ellipsis: -1; align, 0.0 0.0; } } -- 2.7.4