make comp config unresizable...again
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 21 Oct 2015 19:17:25 +0000 (15:17 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 21 Oct 2015 19:17:25 +0000 (15:17 -0400)
ref 5178197f602da6cff94e03f20c522d5b1a631ae7

src/bin/e_int_config_comp.c

index 198357b..92dd506 100644 (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;
 }