Mercurial > wow > askmrrobot
comparison 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 |
comparison
equal
deleted
inserted
replaced
123:7a6364917f86 | 124:e31b02b24488 |
---|---|
223 --[[----------------------------------------------------------------------------- | 223 --[[----------------------------------------------------------------------------- |
224 Constructor | 224 Constructor |
225 -------------------------------------------------------------------------------]] | 225 -------------------------------------------------------------------------------]] |
226 local function Constructor() | 226 local function Constructor() |
227 local num = AceGUI:GetNextWidgetNum(Type) | 227 local num = AceGUI:GetNextWidgetNum(Type) |
228 local frame = CreateFrame("Frame",nil,UIParent) | 228 local frame = CreateFrame("Frame", nil, UIParent) |
229 frame:SetHeight(100) | 229 frame:SetHeight(100) |
230 frame:SetWidth(100) | 230 frame:SetWidth(100) |
231 frame:SetFrameStrata("FULLSCREEN_DIALOG") | 231 frame:SetFrameStrata("FULLSCREEN_DIALOG") |
232 | 232 |
233 local border = CreateFrame("Frame", nil, frame) | 233 local border = CreateFrame("Frame", nil, frame) |