From bf81bb311bbaebc1ee666edfc867abae133a4734 Mon Sep 17 00:00:00 2001 From: Eugene Kurzberg Date: Thu, 11 May 2017 10:10:53 +0300 Subject: [PATCH] TSAM-9351 Notes field removed when trying to open More options on Create contact screen Change-Id: Iadd52b3e42a3f6e65d9a2ee92505ea88daa2fc26 Signed-off-by: Eugene Kurzberg --- lib-contacts/res/input/edje/input-item-layout.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-contacts/res/input/edje/input-item-layout.edc b/lib-contacts/res/input/edje/input-item-layout.edc index ebc487e..5619c2c 100644 --- a/lib-contacts/res/input/edje/input-item-layout.edc +++ b/lib-contacts/res/input/edje/input-item-layout.edc @@ -76,8 +76,8 @@ collections swallow { PART_BUTTON; scale; desc { "default"; align: 1.0 0.5; - rel1 { relative: 0.0 0.0; to_x: "spacer.right"; } - rel2 { relative: 0.0 1.0; to_x: "spacer.right"; } + rel1 { relative: 0.0 0.5; to_x: "spacer.right"; } + rel2 { relative: 0.0 0.5; to_x: "spacer.right"; } } } spacer { "spacer.right"; scale; -- 2.7.4