these dialogs should be resizable in basic mode

SVN revision: 49331
This commit is contained in:
Carsten Haitzler 2010-05-30 18:07:30 +00:00
parent 3c4b1fe40d
commit 52caeb8372
3 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata)
e_widget_framelist_object_append(of, ow);
e_widget_list_object_append(ol, of, 1, 1, 0.5);
e_dialog_resizable_set(cfd->dia, 1);
return ol;
}

View File

@ -597,6 +597,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *e, E_Config_Dialog_Data *cfdat
e_widget_toolbook_page_show(otb, 0);
e_dialog_resizable_set(cfd->dia, 1);
return otb;
}

View File

@ -237,6 +237,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
e_widget_toolbook_page_append(otb, NULL, _("Background Options"), ft, 0, 0, 0, 0, 0.5, 0.0);
e_widget_toolbook_page_show(otb, 0);
e_dialog_resizable_set(cfd->dia, 1);
return otb;
}