Make conformant expand EVAS_HINT_EXPAND instead of 0 79/65579/1 accepted/tizen/common/20160411.130920 accepted/tizen/ivi/20160412.010034 accepted/tizen/mobile/20160412.010004 accepted/tizen/tv/20160412.005923 accepted/tizen/wearable/20160412.005933 submit/tizen/20160411.113714
authorYu Jiung <jiung.yu@samsung.com>
Mon, 11 Apr 2016 11:28:42 +0000 (20:28 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Mon, 11 Apr 2016 11:28:54 +0000 (20:28 +0900)
Description:
Notice that the window can get resized to the current size
of the object if the EVAS_HINT_EXPAND is set after the call
to elm_win_resize_object_add().

Change-Id: I106e2e3037eabded98d14c10ea195005a7e660c0
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
packaging/ug-setting-wifidirect-efl.spec
popup-wifidirect/src/wfd-app-main.c

index 31e2985..3fd62f7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       ug-setting-wifidirect-efl
 Summary:    Wi-Fi Direct setting UI gadget
-Version:    1.11.72
+Version:    1.11.73
 Release:    1
 Group:      Applications/Network
 License:    Flora-1.1
index 8c1b477..2aba656 100644 (file)
@@ -102,7 +102,7 @@ static bool _app_create(void *data)
        assertm_if(NULL == ad->conformant, "conformant is NULL!!");
        elm_win_conformant_set(ad->win, EINA_TRUE);
        elm_win_resize_object_add(ad->win, ad->conformant);
-       evas_object_size_hint_weight_set(ad->conformant, EVAS_HINT_EXPAND, 0.0);
+       evas_object_size_hint_weight_set(ad->conformant, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
        evas_object_size_hint_align_set(ad->conformant, EVAS_HINT_FILL, 0.0);
        evas_object_show(ad->conformant);