WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 46 to Rev 47
    Reverse comparison

Rev 46 → Rev 47

trunk/UrbanAchiever.toc
2,7 → 2,7
## Title: Urban Achiever
## Author: Syzgyn
## Notes: Improved Achievement Frame
## Version 0.7.wowi:revision
## Version 0.7.1.wowi:revision
## SavedVariables: UASV
## SavedVariablesPerCharacter: UASVPC
 
trunk/Main.lua
174,8 → 174,10
SlashCmdList["URBANACHIEVER"] = function(msg)
if msg == "tracker" then
self.tracker.header:Show()
elseif msg == "show" then
self:ToggleFrame()
else
self:ToggleFrame()
InterfaceOptionsFrame_OpenToCategory("Urban Achiever")
end
end
 
955,7 → 957,7
button.name:SetTextColor(1,1,1)
 
button.points = button:CreateFontString("$parentPointsText","BORDER", "GameFontNormal")
button.points:SetPoint("TOPLEFT", button.name, "TOPRIGHT", 3, 0)
button.points:SetPoint("TOPLEFT", button, "TOPLEFT", 217, 0)
--button.text:SetPoint("TOPRIGHT", button, "TOPRIGHT")
button.points:SetWidth(20)
button.points:SetJustifyH("LEFT")