diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/glade/evolution-startup-wizard.glade | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 37fb4da629..8aacf112f3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2003-04-21 Anna Marie Dirks <anna@ximian.com> + * glade/evolution-startup-wizard.glade: Added spacing/padding to + first-run dialog. Fixes 41242. + +2003-04-21 Anna Marie Dirks <anna@ximian.com> + * glade/e-shell-folder-creation-dialog.glade: Misc HIG-related tweaks, mostly spacing and padding related. Fixes 41008. diff --git a/shell/glade/evolution-startup-wizard.glade b/shell/glade/evolution-startup-wizard.glade index c8491fb0c8..7314c5ce33 100644 --- a/shell/glade/evolution-startup-wizard.glade +++ b/shell/glade/evolution-startup-wizard.glade @@ -5,6 +5,7 @@ <requires lib="gnome"/> <widget class="GtkWindow" id="startup-wizard"> + <property name="border_width">6</property> <property name="title" translatable="yes">Evolution Setup Assistant</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> @@ -14,7 +15,7 @@ <child> <widget class="GnomeDruid" id="startup-druid"> - <property name="border_width">4</property> + <property name="border_width">6</property> <property name="visible">True</property> <property name="show_help">False</property> |