0caf9417b2
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…
9 lines
363 B
Python
9 lines
363 B
Python
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
|
|
from . conversationtab import ConversationTab, StaticConversationTab,\
|
|
DynamicConversationTab
|
|
from . xmltab import XMLTab
|
|
from . muclisttab import MucListTab
|