WoWInterface SVN gPeen

Compare Revisions

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

Rev 3 → Rev 4

gPeen/core.lua
143,7 → 143,6
 
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)