Fix 'Border Style' dialog on resize.

Don't expand the space around the checkbox.


SVN revision: 33501
This commit is contained in:
Christopher Michael 2008-01-16 19:14:05 +00:00
parent 364d55048d
commit 81e24be334
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
if (cfdata->border)
{
ob = e_widget_check_add(evas, _("Remember this Border for this window next time it appears"), &(cfdata->remember_border));
e_widget_list_object_append(o, ob, 1, 1, 1.0);
e_widget_list_object_append(o, ob, 1, 0, 0.0);
}
E_FREE(tmp);