git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
7cf4c4b - Add Ashvane and Orgozoa auras for mythic
[wowui.git]
/
OmaAB
/
ExpBar.lua
diff --git
a/OmaAB/ExpBar.lua
b/OmaAB/ExpBar.lua
index
5584213
..
1340cc3
100644
(file)
--- a/
OmaAB/ExpBar.lua
+++ b/
OmaAB/ExpBar.lua
@@
-10,7
+10,7
@@
local running = false;
local frame = CreateFrame("Frame", "OmaArtifactBar", UIParent);
local function expBar()
local frame = CreateFrame("Frame", "OmaArtifactBar", UIParent);
local function expBar()
- frame:SetPoint("BOTTOM");
+ frame:SetPoint("BOTTOM"
, UIParent, "BOTTOM", 0, 8
);
frame:SetWidth(width);
frame:SetHeight(8);
frame.base = frame:CreateTexture(nil, "BACKGROUND");
frame:SetWidth(width);
frame:SetHeight(8);
frame.base = frame:CreateTexture(nil, "BACKGROUND");