From f2f1ee6337bca7e4ab2ba9c051c5f660972eb9d3 Mon Sep 17 00:00:00 2001 From: Kamil Lipiszko Date: Wed, 13 Apr 2016 11:51:35 +0200 Subject: [PATCH] edje: Add ... to not matching icon label Change-Id: Ia020f0b3aff9c208615b2627df4f2f8127d70eac --- inc/conf.h | 4 ++-- res/edje/icon.edc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/conf.h b/inc/conf.h index 50baf66..cbd3a9b 100644 --- a/inc/conf.h +++ b/inc/conf.h @@ -519,7 +519,7 @@ #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 @@ -567,7 +567,7 @@ #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 diff --git a/res/edje/icon.edc b/res/edje/icon.edc index 8a07f77..6fbbde2 100644 --- a/res/edje/icon.edc +++ b/res/edje/icon.edc @@ -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"; } -- 2.7.4