From db610957a75e9fb11bdde6b11f0e95e2f1bfd5f8 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 18 Dec 2012 03:25:45 +0000 Subject: [PATCH] e: seriously, WTF with all this non resizable config setting window, it's insane ! SVN revision: 81199 --- src/modules/conf_randr/e_int_config_randr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/conf_randr/e_int_config_randr.c b/src/modules/conf_randr/e_int_config_randr.c index 8ec8201b9..ef28a60d6 100644 --- a/src/modules/conf_randr/e_int_config_randr.c +++ b/src/modules/conf_randr/e_int_config_randr.c @@ -47,6 +47,7 @@ e_int_config_randr(E_Container *con, const char *params EINA_UNUSED) "E", "screen/screen_setup", "preferences-system-screen-resolution", 0, v, NULL); + e_dialog_resizable_set(cfd->dia, 1); return cfd; }