diff ui/AmrUiTabGroup.lua @ 124:e31b02b24488

Updated for 8.0 pre-patch and BfA.
author yellowfive
date Tue, 17 Jul 2018 09:57:39 -0700
parents 57c6cac5143c
children a0894ffebd15
line wrap: on
line diff
--- a/ui/AmrUiTabGroup.lua	Mon Feb 12 19:34:09 2018 -0800
+++ b/ui/AmrUiTabGroup.lua	Tue Jul 17 09:57:39 2018 -0700
@@ -225,7 +225,7 @@
 -------------------------------------------------------------------------------]]
 local function Constructor()
 	local num = AceGUI:GetNextWidgetNum(Type)
-	local frame = CreateFrame("Frame",nil,UIParent)
+	local frame = CreateFrame("Frame", nil, UIParent)
 	frame:SetHeight(100)
 	frame:SetWidth(100)
 	frame:SetFrameStrata("FULLSCREEN_DIALOG")