Mercurial > wow > breuesk
changeset 64:f0450883c283
Slightly more tasteful anchoring. Only slightly.
author | John@Yosemite-PC |
---|---|
date | Mon, 26 Mar 2012 23:46:17 -0400 |
parents | 00cb497201d0 |
children | d3f64d7246b3 |
files | SelectorList.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/SelectorList.lua Mon Mar 26 20:31:45 2012 -0400 +++ b/SelectorList.lua Mon Mar 26 23:46:17 2012 -0400 @@ -74,7 +74,7 @@ if self.localstatus.enabletooltips then GameTooltip:SetOwner(frame, "ANCHOR_NONE") - GameTooltip:SetPoint("LEFT",frame,"RIGHT") + GameTooltip:SetPoint("BOTTOMLEFT",frame,"RIGHT") if frame.link then GameTooltip:SetHyperlink(frame.link) else