From 5178197f602da6cff94e03f20c522d5b1a631ae7 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 14 Jan 2015 19:55:21 -0500 Subject: [PATCH] make comp cfd unresizable the size of the tabs is smaller than the size of the content, which makes this look stupid when it covers the screen --- src/bin/e_int_config_comp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_int_config_comp.c b/src/bin/e_int_config_comp.c index e0a00f9a0..a017dd80f 100644 --- a/src/bin/e_int_config_comp.c +++ b/src/bin/e_int_config_comp.c @@ -184,7 +184,6 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data Evas_Object *ob,*ol, *of, *otb, *oi, *orec0; E_Radio_Group *rg; - e_dialog_resizable_set(cfd->dia, 1); orec0 = evas_object_rectangle_add(evas); evas_object_name_set(orec0, "style_shadows"); @@ -542,7 +541,6 @@ _basic_create_widgets(E_Config_Dialog *cfd EINA_UNUSED, Evas_Object *ob,*ol, *of, *otb, *oi, *orec0, *tab; E_Radio_Group *rg; - e_dialog_resizable_set(cfd->dia, 1); orec0 = evas_object_rectangle_add(evas); evas_object_name_set(orec0, "style_shadows");