From f1b930147ba20a9942f2e9080e6788fba5dbaade Mon Sep 17 00:00:00 2001 From: Repooc Date: Sat, 26 Nov 2016 19:12:13 -0500 Subject: [PATCH] Move inspect buttons down a bit --- .../modules/Armory/InspectArmory/InspectArmory.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/Armory/InspectArmory/InspectArmory.lua b/ElvUI_SLE/modules/Armory/InspectArmory/InspectArmory.lua index 0fac4a2..9371143 100644 --- a/ElvUI_SLE/modules/Armory/InspectArmory/InspectArmory.lua +++ b/ElvUI_SLE/modules/Armory/InspectArmory/InspectArmory.lua @@ -527,7 +527,7 @@ function IA:CreateInspectFrame() self[ButtonName]:SetScript('OnClick', function() IA:ChangePage(ButtonName) end) self[ButtonName].ButtonString = _G[ButtonString] end - self.CharacterButton:Point('TOPLEFT', self.BP, 'BOTTOMLEFT', SPACING + 1, 2) + self.CharacterButton:Point('TOPLEFT', self.BP, 'BOTTOMLEFT', SPACING + 1, -3) self.InfoButton:Point('TOPLEFT', self.CharacterButton, 'TOPRIGHT', SPACING, 0) self.SpecButton:Point('TOPLEFT', self.InfoButton, 'TOPRIGHT', SPACING, 0) end -- 1.7.9.5