From 2b2407b62a74aadc204fe08241c26baa5f04037c Mon Sep 17 00:00:00 2001 From: Eyal Shilony Date: Sun, 12 Oct 2014 00:05:52 +0300 Subject: [PATCH] Update the dropdown values. --- CastingBar.lua | 4 ++-- Core.lua | 2 +- Options.lua | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) 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" } }, { -- 1.7.9.5