expand frames so they look better in this dialog.

Often it is not the case, but in since the frames are quire similar in
both toolbook pages, do it for this dialog.



SVN revision: 46853
This commit is contained in:
Gustavo Sverzut Barbieri 2010-03-03 23:27:49 +00:00
parent ffa6cb3439
commit c344019c71
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ _basic_create_widgets(E_Config_Dialog *cfd __UNUSED__, Evas *evas, E_Config_Dial
e_widget_list_object_append(ol, of, 1, 1, 0.5);
e_widget_toolbook_page_append
(otb, NULL, _("Timers"), ol, 0, 0, 0, 0, 0.5, 0.0);
(otb, NULL, _("Timers"), ol, 1, 0, 1, 0, 0.5, 0.0);
ol = e_widget_list_add(evas, 0, 0);
@ -204,7 +204,7 @@ _basic_create_widgets(E_Config_Dialog *cfd __UNUSED__, Evas *evas, E_Config_Dial
e_widget_list_object_append(ol, of, 1, 1, 0.5);
e_widget_toolbook_page_append
(otb, NULL, _("Miscellaneous"), ol, 0, 0, 0, 0, 0.5, 0.0);
(otb, NULL, _("Miscellaneous"), ol, 1, 0, 1, 0, 0.5, 0.0);
e_widget_list_object_append(o, otb, 1, 1, 0.5);