Update the dropdown values.
Eyal Shilony [10-11-14 - 21:05]
Update the dropdown values.
diff --git a/CastingBar.lua b/CastingBar.lua
index ed09d64..b349489 100644
--- a/CastingBar.lua
+++ b/CastingBar.lua
@@ -29,9 +29,9 @@ castingBar.frame = CreateFrame("StatusBar", "DefaultCastingBar", UIParent, "Cast
local function handlePosition(frame, position)
frame:ClearAllPoints()
if position:find("Left") then
- frame:SetPoint("RIGHT", castingBar.frame, "LEFT", position:find("Inside") and 25 or -10, 3)
+ frame:SetPoint("RIGHT", castingBar.frame, "LEFT", position:find("Inner") and 25 or -10, 3)
elseif position:find("Right") then
- frame:SetPoint("LEFT", castingBar.frame, "RIGHT", position:find("Inside") and -25 or 10, 3)
+ frame:SetPoint("LEFT", castingBar.frame, "RIGHT", position:find("Inner") and -25 or 10, 3)
end
end
diff --git a/Core.lua b/Core.lua
index 0d27d26..73984e7 100644
--- a/Core.lua
+++ b/Core.lua
@@ -32,7 +32,7 @@ local defaults = {
hideIcon = false,
iconPosition = "Left",
hideTime = false,
- timePosition = "Outside Right"
+ timePosition = "Outer Right"
}
}
diff --git a/Options.lua b/Options.lua
index f24300e..9b89ab3 100644
--- a/Options.lua
+++ b/Options.lua
@@ -66,10 +66,10 @@ function options:OnInitialize()
addon.db.profile.timePosition = value
end,
menuList = {
- "Outside Left",
- "Outside Right",
- "Inside Left",
- "Inside Right"
+ "Outer Left",
+ "Outer Right",
+ "Inner Left",
+ "Inner Right"
}
},
{