Skip to content

Commit

Permalink
Covering the join public group button isn't cool. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
stphung committed Oct 26, 2011
1 parent d5616dc commit 3e5ba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RareDar/main.lua
Expand Up @@ -182,7 +182,7 @@ local function display_notification(bar, text)
bar.solid:SetBackgroundColor(0.5, 0.3, 0.9, 0.4) bar.solid:SetBackgroundColor(0.5, 0.3, 0.9, 0.4)


-- Set to the center of the screen -- Set to the center of the screen
bar:SetPoint("TOPCENTER", UIParent, "TOPCENTER", -bar.text:GetFullWidth()/2, 20) bar:SetPoint("TOPCENTER", UIParent, "TOPCENTER", -bar.text:GetFullWidth()/2, 60)


bar:SetVisible(true) bar:SetVisible(true)
end end
Expand Down

0 comments on commit 3e5ba00

Please sign in to comment.