# HG changeset patch # User Mark Doliner # Date 1118024343 0 # Node ID d5ce9d01f5403db8ed73cd99e23f57cb831e1f4d # Parent 57e3e958ff49077edaab9359ba2173c54271c584 [gaim-migrate @ 12797] sf patch #1213951, from Abdulla Kamar Simple one liner, puts some space between the options under "Tab Options" (vbox2) in "Interface > Conversation" within the Preferences dialog committer: Tailor Script diff -r 57e3e958ff49 -r d5ce9d01f540 src/gtkprefs.c --- a/src/gtkprefs.c Mon Jun 06 01:40:46 2005 +0000 +++ b/src/gtkprefs.c Mon Jun 06 02:19:03 2005 +0000 @@ -956,7 +956,7 @@ * Connect a signal to the above preference. When conversations are not * shown in a tabbed window then all tabbing options should be disabled. */ - vbox2 = gtk_vbox_new(FALSE, 0); + vbox2 = gtk_vbox_new(FALSE, 9); gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, FALSE, 0); gaim_prefs_connect_callback(prefs, "/gaim/gtk/conversations/tabs", conversation_usetabs_cb, vbox2);