Fix a resize issue when vertical tab list options are set from the roster
This commit is contained in:
parent
fea4f95de9
commit
3cb2c8351a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue