View Single Post
02-15-10, 11:02 PM   #53
xandora
A Chromatic Dragonspawn
 
xandora's Avatar
Join Date: Feb 2009
Posts: 188
Just swapped over to oUF from Pitbull4 and I must say that I'm enjoying the challenge of recreating my old frames by using your layout as a base. I've pretty much managed to work out the basics of sizing and moving buffs and frames but there are a few places where I don't understand it all quite yet.

For example:
Code:
if(unit == 'target') then
...
self.Debuffs:SetHeight(20 * 0.97)
...
self.Debuffs.size = 20 * 0.97
Why are the Heights multiplied here when for the rest of the layout the height is set to exactly 20?
__________________
  Reply With Quote