View Single Post
05-01-11, 06:16 PM   #20
red8981
A Wyrmkin Dreamwalker
Join Date: Oct 2010
Posts: 51
http://www.wowinterface.com/forums/s...ad.php?t=33566

is a good place to start.
For it to work now you need switch


Originally Posted by Berb View Post
I believe all you have to change is:

lib.lua
Code:
f:SetAttribute("initial-height", f.height)
f:SetAttribute("initial-width", f.width)
f:SetAttribute("initial-scale", f.scale)
to
Code:
f:SetHeight(f.height)
f:SetWidth(f.width)
f:SetScale(f.scale)
  Reply With Quote