diff src/gaimrc.c @ 3671:0f468c22c702

[gaim-migrate @ 3801] Starting to redo the conversation window; if things dont work right then deal with it. I'll work on it more after this... committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 14 Oct 2002 03:05:24 +0000
parents 9682c0e022c6
children 988485669631
line wrap: on
line diff
--- a/src/gaimrc.c	Mon Oct 14 00:13:38 2002 +0000
+++ b/src/gaimrc.c	Mon Oct 14 03:05:24 2002 +0000
@@ -805,15 +805,15 @@
 	if (conv_size.width == 0 &&
 	    conv_size.height == 0 &&
 	    conv_size.entry_height == 0) {
-		conv_size.width = 320;
-		conv_size.height = 175;
+		conv_size.width = 410;
+		conv_size.height = 160;
 		conv_size.entry_height = 50;
 	}
 
 	if (buddy_chat_size.width == 0 &&
 	    buddy_chat_size.height == 0 &&
 	    buddy_chat_size.entry_height == 0) {
-		buddy_chat_size.width = 320;
+		buddy_chat_size.width = 410;
 		buddy_chat_size.height = 160;
 		buddy_chat_size.entry_height = 50;
 	}