View Single Post
01-06-11, 07:45 AM   #6
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 104
Originally Posted by henrik_s View Post
Add this to an addon:

Code:
CHAT_FRAME_TAB_SELECTED_MOUSEOVER_ALPHA = 1
CHAT_FRAME_TAB_SELECTED_NOMOUSE_ALPHA = 0

CHAT_FRAME_TAB_ALERTING_MOUSEOVER_ALPHA = 0
CHAT_FRAME_TAB_ALERTING_NOMOUSE_ALPHA = 0

CHAT_FRAME_TAB_NORMAL_MOUSEOVER_ALPHA = 1
CHAT_FRAME_TAB_NORMAL_NOMOUSE_ALPHA = 0
Nearly perfect thank you

There is only one little thing:

The Arrow right of the tabs is allways showing after logging in and is fading out after I clicked it. It's not a big deal but it would be nicer if it would be hidden from the beginning, is that possible?

Other than that, thanks sir!
__________________
Balance is, when everyone is unhappy.
  Reply With Quote