Skip to content

Commit

Permalink
more derp
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Nov 1, 2016
1 parent 9a1a541 commit daae37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions frames/objective.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ end

function ns.AnchorLines(anchor)
local anchor = ObjectiveTrackerFrame.BlocksFrame
local yoffset = -1 * anchor.contentsHeight
parent:SetPoint("TOPLEFT", anchor, 0, yoffset - 10)
parent:SetPoint("RIGHT", anchor, "RIGHT", 0, -10)
end
4 changes: 2 additions & 2 deletions services/party_tracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ local function AddLine(text, anchor, header)
line:SetText(text)

if header then
line:SetTextColor(0.7, 0.7, 0.9)
else
line:SetTextColor(0.75, 0.61, 0)
else
line:SetTextColor(0.7, 0.7, 0.9)
end

if anchor then
Expand Down

0 comments on commit daae37f

Please sign in to comment.