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
This commit is contained in:
Mike Blumenkrantz 2015-01-14 19:55:21 -05:00
parent 720b19331f
commit 5178197f60
1 changed files with 0 additions and 2 deletions

View File

@ -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");