Skip to content

Commit

Permalink
Increate BarTimers spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
greven committed Nov 24, 2020
1 parent c2290a8 commit 78170b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion units/player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ local function CreatePlayer(self)
"BOTTOMRIGHT", nil, "UP", true)

lum:SetBarTimerAuras(self, frame, 12, 12, 24, 2, "BOTTOMLEFT", self,
"TOPLEFT", -2, cfg.frames.secondary.height + 16,
"TOPLEFT", -2, cfg.frames.secondary.height + 20,
"BOTTOMLEFT", "UP")
end

Expand Down
2 changes: 1 addition & 1 deletion units/target.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local function CreateTarget(self)
"RIGHT", "DOWN", true)

lum:SetBarTimerAuras(self, frame, 12, 12, 24, 2, "BOTTOMLEFT", self,
"TOPLEFT", -2, cfg.frames.secondary.height + 16,
"TOPLEFT", -2, cfg.frames.secondary.height + 20,
"BOTTOMLEFT", "UP")
end

Expand Down

0 comments on commit 78170b6

Please sign in to comment.