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
devs/bu5hm4n/econfigure2
Mike Blumenkrantz 9 years ago
parent 720b19331f
commit 5178197f60
  1. 2
      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");

Loading…
Cancel
Save