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/ChangeLog | 9 +++++++++ shell/e-shell-folder-creation-dialog.c | 2 +- shell/glade/e-shell-folder-creation-dialog.glade | 11 ++++++----- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 54d597deaf..37fb4da629 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +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. + 2003-04-21 Anna Marie Dirks * glade/e-shell-config-default-folders.glade: Added appropriate 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); diff --git a/shell/glade/e-shell-folder-creation-dialog.glade b/shell/glade/e-shell-folder-creation-dialog.glade index 206f982aa0..9fc32dc5ee 100644 --- a/shell/glade/e-shell-folder-creation-dialog.glade +++ b/shell/glade/e-shell-folder-creation-dialog.glade @@ -4,6 +4,7 @@ + 6 True GTK_WINDOW_TOPLEVEL @@ -19,7 +20,7 @@ True False - 8 + 12 @@ -67,8 +68,8 @@ True - Folder name: - False + Folder _name: + True False GTK_JUSTIFY_CENTER False @@ -108,8 +109,8 @@ True - Folder type: - False + Folder _type: + True False GTK_JUSTIFY_CENTER False -- cgit v1.2.3