From 46487bed3223447472e011d4541c3c3d54816675 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 8 Oct 2017 19:40:25 +0100 Subject: rostertab: Increase the size of the contact_info and avatar. --- poezio/tabs/rostertab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs') diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py index a8d06391..6f8988a7 100644 --- a/poezio/tabs/rostertab.py +++ b/poezio/tabs/rostertab.py @@ -499,7 +499,7 @@ class RosterInfoTab(Tab): contact_win_h = 0 else: display_contact_win = True - contact_win_h = 4 + contact_win_h = 8 if self.size.tab_degrade_y: tab_win_height = 0 else: -- cgit v1.2.3