Quantcast

Attempt to please a user about the left chat to close to the edge?

Repooc [09-30-12 - 06:09]
Attempt to please a user about the left chat to close to the edge?

Signed-off-by: Repooc <repooc@tukui.org>
Filename
ElvUI_SLE/modules/chat/chat.lua
diff --git a/ElvUI_SLE/modules/chat/chat.lua b/ElvUI_SLE/modules/chat/chat.lua
index bc0d4c3..8b78c00 100644
--- a/ElvUI_SLE/modules/chat/chat.lua
+++ b/ElvUI_SLE/modules/chat/chat.lua
@@ -101,7 +101,7 @@ function CH:PositionChat(override)
 	else
 		if id ~= 2 and not (id > NUM_CHAT_WINDOWS) then
 			chat:ClearAllPoints()
-			chat:Point("BOTTOMLEFT", LeftChatToggleButton, "TOPLEFT", 1, 3)
+			chat:Point("BOTTOMLEFT", LeftChatToggleButton, "TOPLEFT", 5, 3)
 			chat:Size(E.db.chat.panelWidth - 6, (E.db.chat.panelHeight - 27)) -- <<< Changed
 			FCF_SavePositionAndDimensions(chat)
 		end