From 9a4dc500783c2bfa1efdcbc459712522cdbdfdaf Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 24 Jul 2015 02:34:44 +0200 Subject: Fix some display issue in the rostertab fix #3076 --- src/tabs/rostertab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabs/rostertab.py') diff --git a/src/tabs/rostertab.py b/src/tabs/rostertab.py index bd63d0e3..4d946ba4 100644 --- a/src/tabs/rostertab.py +++ b/src/tabs/rostertab.py @@ -514,7 +514,7 @@ class RosterInfoTab(Tab): self.contact_info_win.resize(contact_win_h - tab_win_height, info_width, self.height - tab_win_height - - contact_win_h - 1, + - contact_win_h, roster_width + 1) self.roster_win.resize(self.height - 1 - Tab.tab_win_height(), roster_width, 0, 0) -- cgit v1.2.3