make comp config unresizable...again

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

View File

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