make comp config unresizable...again

ref 5178197f60
This commit is contained in:
Mike Blumenkrantz 2015-10-21 15:17:25 -04:00
parent 07b778a396
commit e38051bae0
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ e_int_config_comp(Evas_Object *parent EINA_UNUSED, const char *params EINA_UNUSE
cfd = e_config_dialog_new(NULL, _("Composite Settings"),
"E", "appearance/comp", "preferences-composite", 0, v, NULL);
e_dialog_resizable_set(cfd->dia, 1);
return cfd;
}