From 3cb2c8351acba0bd81641f2c281fd7e70f74a365 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 27 Apr 2014 01:59:02 +0200 Subject: Fix a resize issue when vertical tab list options are set from the roster --- src/tabs/rostertab.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tabs/rostertab.py') diff --git a/src/tabs/rostertab.py b/src/tabs/rostertab.py index a3147112..42a63545 100644 --- a/src/tabs/rostertab.py +++ b/src/tabs/rostertab.py @@ -276,6 +276,7 @@ class RosterInfoTab(Tab): self.roster_win.resize(self.height-1 - Tab.tab_win_height(), roster_width, 0, 0) self.contact_info_win.resize(5 - Tab.tab_win_height(), info_width, self.height-2-4, roster_width+1) self.input.resize(1, self.width, self.height-1, 0) + self.default_help_message.resize(1, self.width, self.height-1, 0) def completion(self): # Check if we are entering a command (with the '/' key) -- cgit v1.2.3