raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b71f1be0740f0aa0e830db0b3501e29016c4c4a2

commit b71f1be0740f0aa0e830db0b3501e29016c4c4a2
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Mon Jan 30 12:54:16 2017 +0900

    e dialog - fix unreszable dialogs to not be 1x1
    
    so i see non-resizable dialogs end up 1x1... this fixes that.
---
 src/bin/e_dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_dialog.c b/src/bin/e_dialog.c
index d9639be..c45d2c9 100644
--- a/src/bin/e_dialog.c
+++ b/src/bin/e_dialog.c
@@ -253,7 +253,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
      {

-- 


Reply via email to