remove edc warnings 51/38851/1 accepted/tizen/tv/20150506.095637 submit/tizen/20150506.081614
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 29 Apr 2015 09:47:12 +0000 (18:47 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 29 Apr 2015 09:47:44 +0000 (18:47 +0900)
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 <mk7.kang@samsung.com>
res/edc/widgets/button.edc
res/edc/widgets/label.edc

index 3105c06..3348a41 100644 (file)
@@ -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);
                                }
index 2b4bb7a..bad657a 100644 (file)
@@ -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;
                                }
                        }