aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-settings-dialog.c
diff options
context:
space:
mode:
authorAnna Marie Dirks <anna@ximian.com>2003-04-24 03:16:18 +0800
committerAnna Dirks <anna@src.gnome.org>2003-04-24 03:16:18 +0800
commit88de138a6665ec1fb064521f3f8aa3d8f0435d79 (patch)
treee034a1baf6b4825425a0a55efb5a49f661fc0cc0 /shell/e-shell-settings-dialog.c
parent1c6f8c8db4b377995f322c14baa33afc38f3c410 (diff)
downloadgsoc2013-evolution-88de138a6665ec1fb064521f3f8aa3d8f0435d79.tar
gsoc2013-evolution-88de138a6665ec1fb064521f3f8aa3d8f0435d79.tar.gz
gsoc2013-evolution-88de138a6665ec1fb064521f3f8aa3d8f0435d79.tar.bz2
gsoc2013-evolution-88de138a6665ec1fb064521f3f8aa3d8f0435d79.tar.lz
gsoc2013-evolution-88de138a6665ec1fb064521f3f8aa3d8f0435d79.tar.xz
gsoc2013-evolution-88de138a6665ec1fb064521f3f8aa3d8f0435d79.tar.zst
gsoc2013-evolution-88de138a6665ec1fb064521f3f8aa3d8f0435d79.zip
Add appropriate padding to the Evolution Settings window. This is another
2003-04-22 Anna Marie Dirks <anna@ximian.com> * e-shell-settings-dialog.c (init): Add appropriate padding to the Evolution Settings window. This is another bit of the fix for #41392. * e-corba-config-page.c (e_corba_config_page_construct): Add appropriate padding to the corba_config_page widget. Partial fix for #41392. svn path=/trunk/; revision=20941
Diffstat (limited to 'shell/e-shell-settings-dialog.c')
-rw-r--r--shell/e-shell-settings-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c
index cab4070def..ed688828db 100644
--- a/shell/e-shell-settings-dialog.c
+++ b/shell/e-shell-settings-dialog.c
@@ -341,7 +341,8 @@ init (EShellSettingsDialog *dialog)
dialog->priv = priv;
load_pages (dialog);
-
+
+ gtk_container_set_border_width (GTK_CONTAINER (dialog), 6);
gtk_window_set_title (GTK_WINDOW (dialog), _("Evolution Settings"));
}