View Single Post
11-05-08, 08:55 AM   #208
Blt
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 2
Here is a slightly silly question:

How do you make the raid/party frames grow horizontally instead of vertically?

At first it looked like it would be as easy as switching
Code:
raidgroup:SetManyAttributes('groupFilter', tostring(i), 'showRaid', true, 'yOffSet', -2)
to something like

Code:
raidgroup:SetManyAttributes('groupFilter', tostring(i), 'showRaid', true, 'xOffSet', 2)
However that doesn't seem to actually do anything at all.