diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-07-24 02:34:44 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-07-24 02:35:22 +0200 |
commit | 9a4dc500783c2bfa1efdcbc459712522cdbdfdaf (patch) | |
tree | 0b1e132ed99e1905442dc8f989c376141d917da5 /src/tabs | |
parent | 3557c834f9c5817b599e28651e1eab82cdc5491d (diff) | |
download | poezio-9a4dc500783c2bfa1efdcbc459712522cdbdfdaf.tar.gz poezio-9a4dc500783c2bfa1efdcbc459712522cdbdfdaf.tar.bz2 poezio-9a4dc500783c2bfa1efdcbc459712522cdbdfdaf.tar.xz poezio-9a4dc500783c2bfa1efdcbc459712522cdbdfdaf.zip |
Fix some display issue in the rostertab
fix #3076
Diffstat (limited to 'src/tabs')
-rw-r--r-- | src/tabs/rostertab.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |