e dialog - fix unreszable dialogs to not be 1x1

so i see non-resizable dialogs end up 1x1... this fixes that.
This commit is contained in:
Carsten Haitzler 2017-01-30 12:54:16 +09:00 committed by Mike Blumenkrantz
parent 1abdbe81b5
commit 0a1733ba9a
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ e_dialog_show(E_Dialog *dia)
if (!dia->resizable)
{
evas_object_size_hint_weight_set(dia->bg_object, 0, 0);
evas_object_size_hint_max_set(dia->bg_object, mw, mh);
e_util_win_auto_resize_fill(dia->win);
}
else
{