Skip to content

Commit

Permalink
minor cosmetic change: realign set name in config dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirroar committed Oct 24, 2014
1 parent f3b0713 commit 8cab4c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ui.config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@ function ui.ToggleTopFitConfigFrame()
GameTooltip:Show()
end)
warning:SetScript('OnLeave', ns.HideTooltip)

--FIXME: readjust roleName until Spec is displayed below it
frame.Inset.spellsScroll.child.roleName:ClearAllPoints()
frame.Inset.spellsScroll.child.roleName:SetPoint("LEFT", frame.Inset.spellsScroll.child.roleIcon, "RIGHT", 3, 0)
end

-- toggle warning text if necessary
Expand Down

0 comments on commit 8cab4c4

Please sign in to comment.