From e07ca4bce42e027d1026da1d7bdd5692699e58b3 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Tue, 9 Apr 2013 12:44:48 +0900 Subject: [PATCH] [Genlist] Winset GUI v4.3 Fix edit reorder padding Fix application bg icon size Change-Id: I507230449ce446256c04e3776843dde481ac4282 --- themes/widgets/genlist/genlist_decorate.edc | 8 ++++---- themes/widgets/genlist/genlist_macro.edc | 1 - themes/widgets/genlist/genlist_normal.edc | 21 ++++++++++++++------- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/themes/widgets/genlist/genlist_decorate.edc b/themes/widgets/genlist/genlist_decorate.edc index 187eea4..71b2965 100644 --- a/themes/widgets/genlist/genlist_decorate.edc +++ b/themes/widgets/genlist/genlist_decorate.edc @@ -78,8 +78,8 @@ ) description { state: "reorder" 0.0; inherit: "default" 0.0; - min: 32 0; - max: 32 -1; + min: DIALOGUE_PADDING_SIZE_LEFT 0; + max: DIALOGUE_PADDING_SIZE_LEFT -1; } ) GENLIST_PART_SPACER("elm.padding.right", @@ -94,8 +94,8 @@ } description { state: "reorder" 0.0; inherit: "default" 0.0; - min: 32 0; - max: 32 -1; + min: DIALOGUE_PADDING_SIZE_RIGHT 0; + max: DIALOGUE_PADDING_SIZE_RIGHT -1; } ) GENLIST_PART_RECT("sound_left", diff --git a/themes/widgets/genlist/genlist_macro.edc b/themes/widgets/genlist/genlist_macro.edc index 59cad3e..568ee40 100644 --- a/themes/widgets/genlist/genlist_macro.edc +++ b/themes/widgets/genlist/genlist_macro.edc @@ -59,7 +59,6 @@ #define GENLIST_ICON_MEDIUM_MASK_SIZE 84 #define GENLIST_ICON_LARGE_MASK_SIZE 108 -#define GENLIST_ICON_THUMB_MASK_SIZE 132 #define GENLIST_BTN_01_HEIGHT 74 #define GENLIST_BTN_02_SIZE 72 diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc index 813b427..0078404 100644 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -3860,9 +3860,11 @@ ) GENLIST_PART_PADDING_R("elm.padding.icon.left", "elm.icon") - GENLIST_PART_ICON("elm.icon", GENLIST_DESCRIPTION_R( - "elm.padding.right", - min: 124 124; max: 124 124;) + GENLIST_PART_ICON("elm.icon", + GENLIST_DESCRIPTION_R("elm.padding.right", + min: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + max: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + ) ) GENLIST_PART_FLIP } @@ -3907,9 +3909,11 @@ GENLIST_PART_PADDING_R("elm.padding.icon1.left", "elm.icon.1") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.1", "elm.padding.icon2.left", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") - GENLIST_PART_ICON("elm.icon.2", GENLIST_DESCRIPTION_R( - "elm.padding.right", - min: 124 124; max: 124 124;) + GENLIST_PART_ICON("elm.icon.2", + GENLIST_DESCRIPTION_R("elm.padding.right", + min: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + max: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + ) ) GENLIST_PART_FLIP } @@ -3935,7 +3939,10 @@ GENLIST_PART_ICON("elm.icon.1", GENLIST_DESCRIPTION_L("elm.padding.left", - min: 108 108; max: 108 108; fixed: 1 1;) + min: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + max: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + fixed: 1 1; + ) ) GENLIST_PART_PADDING_L("elm.padding.icon1.right", "elm.icon.1") GENLIST_PART_TEXT("elm.text.1", GENLIST_DESCRIPTION_LRT( -- 2.7.4