From e38051bae02632271ad3316db8f1eaa094b6dacc Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 21 Oct 2015 15:17:25 -0400 Subject: [PATCH] make comp config unresizable...again ref 5178197f602da6cff94e03f20c522d5b1a631ae7 --- src/bin/e_int_config_comp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_int_config_comp.c b/src/bin/e_int_config_comp.c index 198357b9b..92dd506bc 100644 --- a/src/bin/e_int_config_comp.c +++ b/src/bin/e_int_config_comp.c @@ -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; }