From 717b4abe020e17fd5ba76e354c3cfd25f787ea61 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 5 Jul 2016 20:14:26 +0900 Subject: [PATCH] [TSAM-5993] Modified edc file for password entry layout Change-Id: Ia96283df9f7a11c71fda753650ed468ffd376296 Signed-off-by: Seonah Moon --- packaging/wifi-efl-ug.spec | 2 +- sources/wearable/res/wearable-circle/edje/wifi.edc | 6 ++++-- sources/wearable/src/wearable-circle/view/layout_wearable_input.c | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packaging/wifi-efl-ug.spec b/packaging/wifi-efl-ug.spec index c6f100c..c74e47b 100644 --- a/packaging/wifi-efl-ug.spec +++ b/packaging/wifi-efl-ug.spec @@ -1,7 +1,7 @@ %define _unpackaged_files_terminate_build 0 Name: wifi-efl-ug Summary: Wi-Fi UI Gadget for TIZEN -Version: 1.0.185 +Version: 1.0.186 Release: 1 Group: App/Network License: Flora-1.1 diff --git a/sources/wearable/res/wearable-circle/edje/wifi.edc b/sources/wearable/res/wearable-circle/edje/wifi.edc index 007b534..39d087b 100755 --- a/sources/wearable/res/wearable-circle/edje/wifi.edc +++ b/sources/wearable/res/wearable-circle/edje/wifi.edc @@ -666,7 +666,7 @@ collections { state: "default" 0.0; min: 0 44; align: 0.0 0.0; - fixed: 0 1; + fixed: 1 1; rel1 { relative: 1.0 1.0; to_x: "left_padding"; @@ -889,6 +889,7 @@ collections { description { state: "default" 0.0; align: 0.5 0; + fixed: 1 1; rel1 { relative: 1.0 0.0; to : "check.left.padding"; @@ -912,7 +913,7 @@ collections { description { state: "default" 0.0; min: 7 0; - fixed: 1 0; + fixed: 1 1; align: 1 0; rel1 { relative: 0.0 0.0; @@ -939,6 +940,7 @@ collections { relative: 0.0 1.0; to : "elm.spacer.check"; } + fixed: 1 1; } } part { diff --git a/sources/wearable/src/wearable-circle/view/layout_wearable_input.c b/sources/wearable/src/wearable-circle/view/layout_wearable_input.c index 3a349e9..5bc23ce 100755 --- a/sources/wearable/src/wearable-circle/view/layout_wearable_input.c +++ b/sources/wearable/src/wearable-circle/view/layout_wearable_input.c @@ -72,7 +72,6 @@ static void __editfield_state_changed_cb(void *data, Ecore_IMF_Context *ctx, int if (value == ECORE_IMF_INPUT_PANEL_STATE_HIDE) { if (view_base_window_is_focus(input_obj->base)) { WIFI_LOG_INFO("Key pad is now closed by user"); - //layout_wearable_input_pop(input_obj); } else { WIFI_LOG_INFO("Key pad is now closed by other window show"); } -- 2.7.4