expand frames so they look better in this dialog.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 3 Mar 2010 23:27:49 +0000 (23:27 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 3 Mar 2010 23:27:49 +0000 (23:27 +0000)
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

src/modules/conf_screensaver/e_int_config_screensaver.c

index 9e95214..e3ae2e1 100644 (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);