edje: Add ... to not matching icon label accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_unified tizen tizen_3.0 tizen_3.0.m2 accepted/tizen/3.0/ivi/20161011.044216 accepted/tizen/common/20160420.141057 accepted/tizen/ivi/20160421.025914 accepted/tizen/unified/20170309.031023 submit/tizen/20160419.213628 submit/tizen_3.0.m2/20170104.093748 submit/tizen_3.0_ivi/20161010.000002 submit/tizen_unified/20170308.100403
authorKamil Lipiszko <k.lipiszko@samsung.com>
Wed, 13 Apr 2016 09:51:35 +0000 (11:51 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 14 Apr 2016 10:24:40 +0000 (03:24 -0700)
Change-Id: Ia020f0b3aff9c208615b2627df4f2f8127d70eac

inc/conf.h
res/edje/icon.edc

index 50baf66..cbd3a9b 100644 (file)
 #define _SEPARATOR_Y_MAX 64
 
 #define _CONTENT_Y_MIN 53
-#define _CONTENT_Y_MAX 569
+#define _CONTENT_Y_MAX 635
 
 #define _INDEX_Y_MIN 355
 #define _INDEX_Y_MAX 421
 #define FOLDER_POPUP_X_REL 0.0441
 
 #define FOLDER_GRID_W_REL 0.9
-#define FOLDER_GRID_H_REL 0.58
+#define FOLDER_GRID_H_REL 0.6
 #define FOLDER_ITEM_MARGIN 0.04
 
 #define FOLDER_LEFT_MARGIN 0.07
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";
                                        }