[evolution-patches] patch for 41242



Fixes 41242 by adding appropriate padding/spacing to the Start-up
Wizard.

-- 
Anna Marie Dirks <anna ximian com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1243
diff -u -u -w -r1.1243 ChangeLog
--- ChangeLog	17 Apr 2003 20:55:21 -0000	1.1243
+++ ChangeLog	18 Apr 2003 17:56:21 -0000
@@ -1,3 +1,45 @@
+2003-04-18  Anna Marie Dirks  <anna ximian com>
+
+	* glade/evolution-startup-wizard.glade: Added spacing/padding to 
+	first-run dialog. Fixes 41242. 
+
+	* glade/e-shell-folder-creation-dialog.glade: Misc HIG-related tweaks,
+	mostly spacing and padding related. Fixes 41008. 
+
+	* glade/e-folder-list.glade: Added icons and stock buttons to 
+	the autocompletion page of the settings dialog. Fixes 41145.
+
+	* glade/e-shell-config-default-folders.glade: Added appropriate
+	spacing/padding to the default folder pages of the settings dialog. 
+	Partial fix for 41128.
+
+	* glade/e-active-connection-dialog.glade: Fixed padding/spacing/caps
+	of the "Go Offline" dialog. Fixes 41225 and 41227. 
+
+	* e-shell-folder-selection-dialog.c (e_shell_folder_selection_dialog_construct): Added appropriate border width to the folder selection dialog. Fixes 
+	41022, partially fixes 41025. 
+
+	* 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.
+
+	
+	* e-shell-folder-commands.c (delete_dialog): Corrected border 
+	with for Delete Folder dialog. Fixes 41036. 
+	(e_shell_command_copy_folder): Corrected capitalization of the "Copy
+	Folder" window title. Partial fix for 41205. 
+	(e_shell_command_move_folder): Corrected the capitalization of the
+	"Move Folder" dialog. Fixes 41024. 
+
+	* e-shortcuts-view.c
+	(destroy_group_cb): Set the border width of the message dialog 
+	to 6. Also corrected the capitalization for "Delete Shortcut 
+	Dialog".
+	(show_new_group_dialog): Fixed the title of "Create New Shortcut
+	Group"
+	(rename_shortcut_cb): Corrected the label capitalization for 
+	Rename dialog. 
+
 2003-04-17  Dan Winship  <danw ximian com>
 
 	* e-shell-folder-creation-dialog.c (add_folder_types): If the
Index: glade/evolution-startup-wizard.glade
===================================================================
RCS file: /cvs/gnome/evolution/shell/glade/evolution-startup-wizard.glade,v
retrieving revision 1.10
diff -u -u -w -r1.10 evolution-startup-wizard.glade
--- glade/evolution-startup-wizard.glade	8 Apr 2003 15:33:02 -0000	1.10
+++ glade/evolution-startup-wizard.glade	18 Apr 2003 17:56:21 -0000
@@ -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>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]