From 257e46227e16b3e0b7aec959b3870582ec787dd3 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 17 Apr 2007 12:02:11 +0000 Subject: [PATCH] ad only expand the left side SVN revision: 29583 --- src/bin/e_int_config_startup.c | 2 +- src/bin/e_int_config_theme.c | 2 +- src/bin/e_int_config_wallpaper.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/e_int_config_startup.c b/src/bin/e_int_config_startup.c index 9e66a01b5..aca4bcefd 100644 --- a/src/bin/e_int_config_startup.c +++ b/src/bin/e_int_config_startup.c @@ -342,7 +342,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf o = e_widget_check_add(evas, _("Show Splash Screen on Login"), &(cfdata->show_splash)); - e_widget_table_object_append(ot, o, 1, 3, 1, 1, 1, 0, 0, 0); + e_widget_table_object_append(ot, o, 1, 3, 1, 1, 0, 0, 0, 0); e_dialog_resizable_set(cfd->dia, 1); return ot; diff --git a/src/bin/e_int_config_theme.c b/src/bin/e_int_config_theme.c index 001333a89..fd360ee55 100644 --- a/src/bin/e_int_config_theme.c +++ b/src/bin/e_int_config_theme.c @@ -434,7 +434,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf e_widget_preview_edje_set(o, f, "e/desktop/background"); } e_widget_list_object_append(of, o, 0, 0, 0.5); - e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1); + e_widget_table_object_append(ot, of, 1, 0, 1, 1, 0, 0, 0, 0); e_dialog_resizable_set(cfd->dia, 1); return ot; diff --git a/src/bin/e_int_config_wallpaper.c b/src/bin/e_int_config_wallpaper.c index 0a81f4198..d7daeed37 100644 --- a/src/bin/e_int_config_wallpaper.c +++ b/src/bin/e_int_config_wallpaper.c @@ -543,7 +543,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf e_widget_preview_edje_set(o, f, "e/desktop/background"); e_widget_list_object_append(of, o, 0, 0, 0.5); - e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1); + e_widget_table_object_append(ot, of, 1, 0, 1, 1, 0, 0, 0, 0); e_dialog_resizable_set(cfd->dia, 1); return ot; @@ -707,7 +707,7 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data e_widget_list_object_append(of, ol, 1, 0, 0.5); - e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1); + e_widget_table_object_append(ot, of, 1, 0, 1, 1, 0, 0, 0, 0); e_dialog_resizable_set(cfd->dia, 1); return ot;