From 35a1b88ccd85758bdecc0a027656c83ff54ed805 Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Mon, 20 Jan 2014 14:36:07 +0900 Subject: [PATCH] Fix Editfield in Popup #2(Xicon) Change-Id: I8d858257ebaebb2d8b82ef2f56b64798eb20bdc4 Signed-off-by: Hyunjee Kim --- packaging/wifi-efl-ug.spec | 2 +- sources/ui-gadget/edcs/custom_editfield.edc | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/packaging/wifi-efl-ug.spec b/packaging/wifi-efl-ug.spec index 36cde45..8afbff0 100644 --- a/packaging/wifi-efl-ug.spec +++ b/packaging/wifi-efl-ug.spec @@ -1,6 +1,6 @@ Name: wifi-efl-ug Summary: Wi-Fi UI Gadget -Version: 0.5.2_41 +Version: 0.5.2_42 Release: 1 Group: App/Network License: Flora License diff --git a/sources/ui-gadget/edcs/custom_editfield.edc b/sources/ui-gadget/edcs/custom_editfield.edc index 4d538e9..2a6e880 100644 --- a/sources/ui-gadget/edcs/custom_editfield.edc +++ b/sources/ui-gadget/edcs/custom_editfield.edc @@ -13,8 +13,6 @@ #define EDITFIELD_GUIDE_TEXT_COLOR_INC 121 131 138 255 #define EDITFIELD_DEFAULT_ERASER_MINW_INC 48 #define EDITFIELD_DEFAULT_ERASER_MINH_INC 48 -#define EDITFIELD_SEARCHBAR_ERASER_EVENT_MINW_INC 38 -#define EDITFIELD_SEARCHBAR_ERASER_EVENT_MINH_INC 50 #define ENTRY_TEXT_SIZE_INC 44 @@ -96,7 +94,7 @@ collections { description { state: "default" 0.0; min: 500 EDITFIELD_HEIGHT_INC; - max: 500 EDITFIELD_HEIGHT_INC; + max: 900 EDITFIELD_HEIGHT_INC; align: 0.0 0.5; image { normal: "00_search_edit_field_bg.png"; @@ -365,18 +363,18 @@ collections { description { state: "default" 0.0; visible: 0; - min: EDITFIELD_SEARCHBAR_ERASER_EVENT_MINW_INC EDITFIELD_SEARCHBAR_ERASER_EVENT_MINH_INC; + min: EDITFIELD_DEFAULT_ERASER_MINW_INC EDITFIELD_DEFAULT_ERASER_MINH_INC; fixed: 1 1; align: 1 0.5; color: 0 0 0 0; rel1 { relative: 0.0 0.5; - to_x : "bottom_right_padding"; + to_x : "right_eraser_padding"; to_y : "inputfield_rect"; } rel2 { relative: 0.0 0.5; - to_x : "bottom_right_padding"; + to_x : "right_eraser_padding"; to_y : "inputfield_rect"; } } -- 2.7.4