diff ui/AmrUiLabel.lua @ 124:e31b02b24488

Updated for 8.0 pre-patch and BfA.
author yellowfive
date Tue, 17 Jul 2018 09:57:39 -0700
parents 01b63b8ed811
children a0894ffebd15
line wrap: on
line diff
--- a/ui/AmrUiLabel.lua	Mon Feb 12 19:34:09 2018 -0800
+++ b/ui/AmrUiLabel.lua	Tue Jul 17 09:57:39 2018 -0700
@@ -76,7 +76,7 @@
 		-- reset the flag
 		self.resizing = nil
 		-- run the update explicitly
-		updateSize(self)
+		--updateSize(self)
 	end,
 	
 	-- ["OnRelease"] = nil,
@@ -134,6 +134,7 @@
 	frame:SetScript("OnMouseUp", frameOnMouseUp)
 
 	local label = frame:CreateFontString(nil, "ARTWORK")
+	label:SetPoint("TOPLEFT")
 	label:SetFontObject(Amr.CreateFont("Regular", 16, Amr.Colors.Text))
 
 	-- create widget