From 0caf9417b27a67bd6b78a96d22618ef6dd995937 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 28 Apr 2014 23:29:21 +0200 Subject: Make the size modular, remove small-size lock (also seems to fix #2155) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit some stuff is now hidden wen the window size gets too small (might need some adjustments). The info buffer in the roster tab, the userlist in mucs, the vertical tab list, the info buffer everywhere, etc… --- src/tabs/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tabs/__init__.py') diff --git a/src/tabs/__init__.py b/src/tabs/__init__.py index bb9409b0..a0ad089b 100644 --- a/src/tabs/__init__.py +++ b/src/tabs/__init__.py @@ -1,4 +1,5 @@ -from . basetabs import Tab, ChatTab, GapTab, STATE_PRIORITY +from . basetabs import Tab, ChatTab, GapTab +from . basetabs import STATE_PRIORITY from . rostertab import RosterInfoTab from . muctab import MucTab, NS_MUC_USER from . privatetab import PrivateTab -- cgit v1.2.3