summaryrefslogtreecommitdiff
path: root/src/tabs/conversationtab.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs/conversationtab.py')
-rw-r--r--src/tabs/conversationtab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs/conversationtab.py b/src/tabs/conversationtab.py
index d37ba4b7..756634ce 100644
--- a/src/tabs/conversationtab.py
+++ b/src/tabs/conversationtab.py
@@ -279,7 +279,7 @@ class ConversationTab(ChatTab):
if display_bar:
self.upper_bar.resize(1, self.width, 0, 0)
self.info_header.resize(1, self.width,
- self.height - 2 - bar_height - info_win_height
+ self.height - 2 - info_win_height
- tab_win_height,
0)
self.input.resize(1, self.width, self.height - 1, 0)