Quantcast

Fixed config dialog layout

Taracque [05-23-11 - 08:57]
Fixed config dialog layout
Filename
Ele_GUI.lua
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()