Do not need two entry widgets, one atop the other, for this. Can use just

one entry widget.


SVN revision: 26324
This commit is contained in:
Christopher Michael 2006-10-03 10:38:50 +00:00
parent 02f0991015
commit 51b49cbb8a
1 changed files with 0 additions and 4 deletions

View File

@ -133,10 +133,6 @@ e_int_config_wallpaper_gradient(E_Config_Dialog *parent)
evas_object_show(o);
e_widget_table_object_append(ot, o, 2, 1, 1, 1, 1, 1, 1, 1);
o = e_widget_entry_add(evas, &(cfdata->name));
evas_object_show(o);
e_widget_table_object_append(ot, o, 2, 1, 1, 1, 1, 1, 1, 1);
o = e_widget_color_well_add(evas, cfdata->color1, 1);
evas_object_show(o);
e_widget_table_object_append(ot, o, 2, 2, 1, 1, 1, 1, 1, 1);