--- ./gui_prefs.c	Mon Nov 10 17:55:35 2003
+++ /sw/ethereal-2003-11-10/gtk/gui_prefs.c	Mon Nov 10 17:49:28 2003
@@ -191,7 +191,7 @@
 	/* Main table */
 	main_tb = gtk_table_new(GUI_TABLE_ROWS, 3, FALSE);
 	gtk_box_pack_start( GTK_BOX(hbox), main_tb, TRUE, FALSE, 0 );
-	gtk_table_set_row_spacings( GTK_TABLE(main_tb), 10 );
+	gtk_table_set_row_spacings( GTK_TABLE(main_tb), 11 );
 	gtk_table_set_col_spacings( GTK_TABLE(main_tb), 15 );
 	gtk_table_set_col_spacing( GTK_TABLE(main_tb), 1, 50 );
 
@@ -275,7 +275,7 @@
 	gtk_table_attach_defaults( GTK_TABLE(main_tb), color_bt, 2, 3, 1, 2 );
         
         /* Directory to default File Open dialog to */
-        fileopen_dir_te = create_preference_entry(main_tb, 9, "Directory:",
+        fileopen_dir_te = create_preference_entry(main_tb, 10, "Directory:",
                                                   NULL, prefs.gui_fileopen_dir);
         OBJECT_SET_DATA(main_vb, GUI_FILEOPEN_DIR_KEY, fileopen_dir_te);
         SIGNAL_CONNECT(fileopen_dir_te, "focus-out-event",
@@ -283,7 +283,7 @@
 
         /* Allow user to select where they want the File Open dialog to open to
          * by default */
-        fileopen_rb = create_preference_radio_buttons(main_tb, 8, "File Open dialog behavior:", 
+        fileopen_rb = create_preference_radio_buttons(main_tb, 9, "File Open dialog behavior:", 
             NULL, gui_fileopen_vals, prefs.gui_fileopen_style);
         SIGNAL_CONNECT(fileopen_rb, "clicked", fileopen_selected_cb, main_vb);
         OBJECT_SET_DATA(main_vb, GUI_FILEOPEN_KEY, fileopen_rb);
