From 84a46595315c4303c65fc1856f736cc1f1ff06e4 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Mon, 21 Apr 2003 19:27:35 +0000 Subject: Misc HIG-related tweaks, mostly spacing and padding related. Fixes 41008. 2003-04-21 Anna Marie Dirks * glade/e-shell-folder-creation-dialog.glade: Misc HIG-related tweaks, mostly spacing and padding related. Fixes 41008. * e-shell-folder-creation-dialog.c (add_storage_set_view): Added appropriate spacing to the main vbox of the folder creation dialog. Partially fixes 41008. svn path=/trunk/; revision=20907 --- shell/e-shell-folder-creation-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-folder-creation-dialog.c') diff --git a/shell/e-shell-folder-creation-dialog.c b/shell/e-shell-folder-creation-dialog.c index 97e3e0edaa..8390423850 100644 --- a/shell/e-shell-folder-creation-dialog.c +++ b/shell/e-shell-folder-creation-dialog.c @@ -349,7 +349,7 @@ add_storage_set_view (GtkWidget *dialog, scrolled_window = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled_window), GTK_SHADOW_IN); - gtk_box_pack_start (GTK_BOX (vbox), scrolled_window, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (vbox), scrolled_window, TRUE, TRUE, 6); gtk_container_add (GTK_CONTAINER (scrolled_window), storage_set_view); -- cgit v1.2.3