diff options
-rw-r--r-- | poezio/tabs/rostertab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py index a8d06391..6f8988a7 100644 --- a/poezio/tabs/rostertab.py +++ b/poezio/tabs/rostertab.py @@ -499,7 +499,7 @@ class RosterInfoTab(Tab): contact_win_h = 0 else: display_contact_win = True - contact_win_h = 4 + contact_win_h = 8 if self.size.tab_degrade_y: tab_win_height = 0 else: |