From 6c3174f961386c4c0c7c180e18442c53de459260 Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Thu, 1 Dec 2016 10:54:06 +0900 Subject: [PATCH] Revert "popup: fix content width problem with horizontal align fill is set and scale is changed" This reverts commit b36ec834b42ae5a3ec1b236cc4a5342e0038c846. Change-Id: I7b15c3b248be1f1615a36d9c987863b639935866 --- src/lib/elc_popup.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c index 5029fc3..92c9693 100644 --- a/src/lib/elc_popup.c +++ b/src/lib/elc_popup.c @@ -686,11 +686,6 @@ _elm_popup_elm_layout_sizing_eval(Eo *obj, Elm_Popup_Data *sd) / edje_object_base_scale_get(elm_layout_edje_get(sd->content_area))); // - //TIZEN_ONLY(20161117): fix width problem with horizontal align fill, scale is changed - w = (int)(w * elm_config_scale_get() * elm_object_scale_get(obj) - / edje_object_base_scale_get(elm_layout_edje_get(sd->content_area))); - // - if (horizontal == ELM_NOTIFY_ALIGN_FILL) minw = w; if (vertical == ELM_NOTIFY_ALIGN_FILL) -- 2.7.4