From 92453bca1b25bb317bc71ae3e09f2142f375cd11 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 21 Jul 2005 14:55:54 +0000 Subject: [PATCH] better values for chat size --- src/common/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/config.py b/src/common/config.py index 714ee9e12..401fdc03d 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -84,12 +84,12 @@ class Config: 'gc-y-position': [opt_int, 0], 'gc-width': [opt_int, 675], 'gc-height': [opt_int, 400], - 'gc-hpaned-position': [opt_int, 535], + 'gc-hpaned-position': [opt_int, 540], 'gc_refer_to_nick_char': [opt_str, ','], 'chat-x-position': [opt_int, 0], 'chat-y-position': [opt_int, 0], - 'chat-width': [opt_int, 415], - 'chat-height': [opt_int, 430], + 'chat-width': [opt_int, 480], + 'chat-height': [opt_int, 440], 'x-position': [ opt_int, 0 ], 'y-position': [ opt_int, 0 ], 'width': [ opt_int, 150 ],