Fix popup position according to core control UI/GUI 46/46146/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Mon, 17 Aug 2015 07:24:40 +0000 (16:24 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 17 Aug 2015 07:49:59 +0000 (16:49 +0900)
Change-Id: I77f17f2d278ec4b6072586b461e71e5e8836fc4c

im_setting_list/input_method_setting_list_ui.cpp
im_setting_selector/input_method_setting_selector_ui.cpp

index 75acd46..5a0fde8 100644 (file)
@@ -327,7 +327,7 @@ static void im_setting_list_show_popup(void *data, Evas_Object *obj, popup_ok_cb
     int index = (int)reinterpret_cast<long>(data);
     Evas_Object *top_widget = elm_object_top_widget_get(obj);
     Evas_Object *popup = elm_popup_add(top_widget);
-    elm_popup_align_set (popup, ELM_NOTIFY_ALIGN_FILL, 0.5);
+    elm_popup_align_set (popup, ELM_NOTIFY_ALIGN_FILL, 1.0);
     eext_object_event_callback_add (popup, EEXT_CALLBACK_BACK, eext_popup_back_cb, NULL);
     elm_object_part_text_set(popup, "title,text", IM_SETTING_LIST_POPUP_TITLE);
 
index f088d71..0d93845 100644 (file)
@@ -343,7 +343,7 @@ Evas_Object *im_setting_selector_popup_create(void *data)
         elm_radio_state_value_set(group_radio, -1);
     }
     ad->popup = elm_popup_add(ad->win);
-    elm_popup_align_set (ad->popup, ELM_NOTIFY_ALIGN_FILL, 0.5);
+    elm_popup_align_set (ad->popup, ELM_NOTIFY_ALIGN_FILL, 1.0);
     evas_object_smart_callback_add(ad->popup, "block,clicked", im_setting_selector_popup_block_clicked_cb, NULL);
     elm_object_part_text_set(ad->popup, "title,text", IM_SETTING_SELECTOR_TITLE);