use small for status message. Last revert, I

promise!
This commit is contained in:
Dimitur Kirov 2006-03-21 22:55:25 +00:00
parent 3893d4ffa7
commit f7dd517030
1 changed files with 1 additions and 1 deletions

View File

@ -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):