From f7dd51703020c91d4465380ea89346f7b0423fa1 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Tue, 21 Mar 2006 22:55:25 +0000 Subject: [PATCH] use small for status message. Last revert, I promise! --- src/chat_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat_control.py b/src/chat_control.py index 30440465b..696d31a60 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -82,7 +82,7 @@ class ChatControlBase(MessageControl): if font.get_size() == 0: font_attrs = '%s size="x-large"' % font_attrs font.set_weight(pango.WEIGHT_NORMAL) - font_attrs_small = 'font_desc="%s" size="medium"' % font.to_string() + font_attrs_small = 'font_desc="%s" size="small"' % font.to_string() return (font_attrs, font_attrs_small) def draw_banner(self):