This commit is contained in:
Crum
2018-12-25 21:55:26 -06:00
parent a07d3d8e99
commit 41581771c1
5 changed files with 4 additions and 6 deletions
-2
View File
@@ -13,8 +13,6 @@ function B:Initialize()
end end
local function InitializeCallback() local function InitializeCallback()
FCF_SelectDockFrame(DEFAULT_CHAT_FRAME)
B:Initialize() B:Initialize()
end end
+1 -1
View File
@@ -49,5 +49,5 @@ function B:PositionCaptureBar()
E:Size(pvpHolder, 30, 70) E:Size(pvpHolder, 30, 70)
E:Point(pvpHolder, "TOP", E.UIParent, "TOP", 0, -4) E:Point(pvpHolder, "TOP", E.UIParent, "TOP", 0, -4)
E:CreateMover(pvpHolder, "PvPMover", HELPFRAME_HOME_ISSUE3_HEADER, nil, nil, nil, "ALL") E:CreateMover(pvpHolder, "PvPMover", L["PvP"], nil, nil, nil, "ALL")
end end
+2 -2
View File
@@ -5,13 +5,13 @@ local E, L, DF = unpack(ElvUI)
local B = E:GetModule("Blizzard") local B = E:GetModule("Blizzard")
local S = E:GetModule("Skins") local S = E:GetModule("Skins")
local collectgarbage = collectgarbage local tonumber, collectgarbage = tonumber, collectgarbage
local tonumber = tonumber
local floor = math.floor local floor = math.floor
local format, strsub = string.format, strsub local format, strsub = string.format, strsub
local getn = table.getn local getn = table.getn
local CreateFrame = CreateFrame local CreateFrame = CreateFrame
local IsAddOnLoaded = IsAddOnLoaded
local RAID_CLASS_COLORS = RAID_CLASS_COLORS local RAID_CLASS_COLORS = RAID_CLASS_COLORS
local CLASS, DEFAULTS = CLASS, DEFAULTS local CLASS, DEFAULTS = CLASS, DEFAULTS
+1 -1
View File
@@ -4,6 +4,6 @@
<Script file="ColorPicker.lua"/> <Script file="ColorPicker.lua"/>
<Script file="WatchFrame.lua"/> <Script file="WatchFrame.lua"/>
<Script file="GM.lua"/> <Script file="GM.lua"/>
<Script file="Durablity.lua"/> <Script file="Durability.lua"/>
<Script file="CaptureBar.lua"/> <Script file="CaptureBar.lua"/>
</Ui> </Ui>