From ff9f4384b3ed1a1d3263161e5e5363901345c403 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 16 Nov 2005 23:10:48 +0000 Subject: [PATCH] roster avatars 32x32 by default --- src/common/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/config.py b/src/common/config.py index f8a1cb974..b7520bbba 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -151,8 +151,8 @@ class Config: 'tabs_close_button': [opt_bool, True, _('Show close button in tab?')], 'chat_avatar_width': [opt_int, 52], 'chat_avatar_height': [opt_int, 52], - 'roster_avatar_width': [opt_int, 48], - 'roster_avatar_height': [opt_int, 48], + 'roster_avatar_width': [opt_int, 32], + 'roster_avatar_height': [opt_int, 32], 'muc_highlight_words': [opt_str, '', _('A semicolon-separated list of words that will be highlighted in multi-user chat.')], 'quit_on_roster_x_button': [opt_bool, False, _('If True, quits Gajim when X button of Window Manager is clicked. This setting is taken into account only if trayicon is used.')], 'set_xmpp://_handler_everytime': [opt_bool, False, _('If True, Gajim registers for xmpp:// on each startup.')],