From 35e18dbe3b0789fbe3489f65fb8c295813ab1f85 Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Mon, 12 Dec 2016 17:21:17 +0900 Subject: [PATCH] Fix issue that emoticon is crash in genlist fisheye VI Change-Id: I64eb34797049ade7947173201b410bf155be0461 Signed-off-by: sungwook79.park --- res/edje/w-input-stt.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/edje/w-input-stt.edc b/res/edje/w-input-stt.edc index 62d648d..082731d 100755 --- a/res/edje/w-input-stt.edc +++ b/res/edje/w-input-stt.edc @@ -2039,7 +2039,7 @@ collections to: "padding_right_bottom"; } text { - max: 1 0; + min: 1 0; style: "button_general_text_normal"; } } -- 2.7.4