From e6d74d95bf6419b62a7d2c8d1af246388557d0a5 Mon Sep 17 00:00:00 2001 From: Taracque Date: Mon, 23 May 2011 10:57:28 +0200 Subject: [PATCH] Fixed config dialog layout --- Ele_GUI.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Ele_GUI.lua b/Ele_GUI.lua index 0f11715..ed47578 100755 --- a/Ele_GUI.lua +++ b/Ele_GUI.lua @@ -297,21 +297,21 @@ function Elementarist:CreateConfig() ShieldAlpha:Show() local FireNovaBtn = Elementarist:CreateCheckButton(L.CONFIG_ENABLE_NOVA, Elementarist.configPanel, ElementaristDB, "FireNova", false) - FireNovaBtn:SetPoint('TOPLEFT', 10, -258) + FireNovaBtn:SetPoint('TOPLEFT', 10, -248) local FSBehaviourMenu = Elementarist:CreateDropDownMenu(L.CONFIG_BEHAVIOUR, Elementarist.configPanel, ElementaristDB, "Behaviour", {{text = Elementarist.Behaviours["1"]}, {text = Elementarist.Behaviours["2"]}},200) - FSBehaviourMenu:SetPoint('TOPLEFT', 10, -288) + FSBehaviourMenu:SetPoint('TOPLEFT', 10, -278) -- local CLBehaviourMenu = Elementarist:CreateDropDownMenu(L.CONFIG_CLSTBEHAVIOUR, Elementarist.configPanel, ElementaristDB, "CLBehaviour", {{text = Elementarist.CLBehaviours["0"]}, {text = Elementarist.CLBehaviours["1"]}, {text = Elementarist.CLBehaviours["2"]}},200) - -- CLBehaviourMenu:SetPoint('TOPLEFT', 10, -318) + -- CLBehaviourMenu:SetPoint('TOPLEFT', 10, -308) local UEEnableBtn = Elementarist:CreateCheckButton(L.CONFIG_ENABLE_UE_SPELL, Elementarist.configPanel, ElementaristDB, "EnableUE", false) - UEEnableBtn:SetPoint('TOPLEFT', 10, -318) + UEEnableBtn:SetPoint('TOPLEFT', 10, -308) local EQEnableBtn = Elementarist:CreateCheckButton(L.CONFIG_ENABLE_EQ_SPELL, Elementarist.configPanel, ElementaristDB, "EnableEQ", false) - EQEnableBtn:SetPoint('TOPLEFT', 10, -348) + EQEnableBtn:SetPoint('TOPLEFT', 10, -338) local ThreatWarnBtn = Elementarist:CreateCheckButton(L.CONFIG_THREAT_WARNING, Elementarist.configPanel, ElementaristDB, "ThreatWarning", false) - ThreatWarnBtn:SetPoint('TOPLEFT', 10, -378) + ThreatWarnBtn:SetPoint('TOPLEFT', 10, -368) local ResetBtn = Elementarist:CreateButton(L.CONFIG_RESET_POSITIONS, Elementarist.configPanel) ResetBtn:SetWidth(160) @@ -319,7 +319,7 @@ function Elementarist:CreateConfig() ResetBtn:SetScript('OnClick', function() Elementarist:ResetPosition() end) - ResetBtn:SetPoint("TOPLEFT",10,-408) + ResetBtn:SetPoint("TOPLEFT",10,-398) ResetBtn:Show() Elementarist.configPanel.okay = function() -- 1.7.9.5