edje: Add ... to not matching icon label
[apps/native/home/homescreen-efl.git] / res / edje / icon.edc
index 8a07f77..6fbbde2 100644 (file)
@@ -29,11 +29,11 @@ images {
 styles {
        style{
                name: "icon_label";
-               base: "font=Samsung Condensed:style=Regular align=center color=#FFFFFFFF font_size=28 wrap=mixed";
+               base: "font=Samsung Condensed:style=Regular align=center color=#FFFFFFFF font_size=28 wrap=mixed ellipsis=1.0";
        }
        style{
                name: "icon_label_edit";
-               base: "font=Samsung Condensed:style=Regular align=center color=#FFFFFFFF font_size=25 wrap=mixed";
+               base: "font=Samsung Condensed:style=Regular align=center color=#FFFFFFFF font_size=25 wrap=mixed ellipsis=1.0";
        }
 }
 
@@ -137,7 +137,7 @@ collections {
                                        state: "edit" 0.0;
                                        inherit: "default" 0.0;
                                        rel1{relative: ICON_NAME_X_MIN ICON_NAME_Y_MIN; to: "icon_bg";}
-                                       rel2{relative: ICON_NAME_X_MAX ICON_NAME_Y_MAX; to: "icon_bg";}
+                                       rel2{relative: ICON_NAME_X_MAX 1.0; to: "icon_bg";}
                                        text {
                                                style: "icon_label_edit";
                                        }