e: seriously, WTF with all this non resizable config setting window, it's insane !

SVN revision: 81199
This commit is contained in:
Cedric BAIL 2012-12-18 03:25:45 +00:00
parent 2a774dd533
commit db610957a7
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}