Fix some display issue in the rostertab

fix #3076
This commit is contained in:
Florent Le Coz 2015-07-24 02:34:44 +02:00
parent 3557c834f9
commit 9a4dc50078

View file

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