WoWInterface SVN gPeen

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 4 to Rev 3
    Reverse comparison

Rev 4 → Rev 3

trunk/gPeen/core.lua
143,6 → 143,7
 
addon:SetWidth(addon.text:GetStringWidth())
addon:SetHeight(15)
addon:SetScale(GetCVar("UIScale"))
addon:SetScript("OnEnter", onEnter)
addon:SetScript("OnLeave", function() GameTooltip:Hide() end)
addon:SetScript("OnClick", onClick)