- minor cleanup of the GCD module to make it (hopefully) more reliable

- doubled the maximum width of the rangecheck frame to ideally knock out the occasional complaint that certain fonts make the text spill onto a second line (never seen that myself)
This commit is contained in:
Parnic
2010-09-19 20:39:41 +00:00
parent a242f50cb4
commit 5feb89bfb8
2 changed files with 12 additions and 5 deletions

View File

@ -126,7 +126,7 @@ function RangeCheck.prototype:CreateFrame(redraw)
self.frame:SetScale(self.moduleSettings.scale)
self.frame:SetFrameStrata("BACKGROUND")
self.frame:SetWidth(100)
self.frame:SetWidth(200)
self.frame:SetHeight(32)
self.frame:ClearAllPoints()
self.frame:SetPoint("TOP", self.parent, "TOP", self.moduleSettings.hpos, self.moduleSettings.vpos)