View Single Post
07-10-11, 02:38 AM   #16
Othgar
"That" Guy
 
Othgar's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2010
Posts: 228
Originally Posted by sylvanaar View Post
Try running this script:

Code:
/script GENERAL_CHAT_DOCK:ClearAllPoints() GENERAL_CHAT_DOCK:SetPoint("TOPLEFT", ChatFrame1, "BOTTOMLEFT", 0, -6) GENERAL_CHAT_DOCK:SetWidth(ChatFrame1:GetWidth())
Script works good for now, now just to skin them and prettify things a bit

added this to nib Chat Tabs at line 339 and it worked wonderfully. Thanks!
__________________



Last edited by Othgar : 07-10-11 at 02:43 AM. Reason: update
  Reply With Quote