From c5b15c8119c37343e1b546ae96b11959dd2cd394 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 16 Nov 2011 03:10:37 +0100 Subject: Disable horizontal tab list when vertical one is enabled. --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.py') diff --git a/src/core.py b/src/core.py index 8e2cccea..311c187d 100644 --- a/src/core.py +++ b/src/core.py @@ -213,7 +213,7 @@ class Core(object): """ with g_lock: self.information_win.resize(self.information_win_size, tabs.Tab.width, - tabs.Tab.height - 2 - self.information_win_size, 0) + tabs.Tab.height - 1 - self.information_win_size - tabs.Tab.tab_win_height(), 0) def resize_global_info_bar(self): """ -- cgit v1.2.3