Thread Tools Display Modes
08-27-10, 06:41 AM   #1
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 36
chat tabs width

how to make chat tabs be more thin, they are so wide that most interfaces can't handle 6+ tabs, not speaking of RealID conversations
Code:
for i = 1, NUM_CHAT_WINDOWS do
	local tabb = _G["ChatFrame"..i.."Tab"]
	local tabb:SetWidth(40)
end
does not work
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » chat tabs width


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off