remove Simple Chat option

fix #60
This commit is contained in:
Crum
2018-12-06 22:36:19 -06:00
parent caef63a2da
commit 9386ddb1a9
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ function CH:PositionChat(override)
if id ~= 2 then
E:Size(chat, (E.db.chat.separateSizes and E.db.chat.panelWidthRight or E.db.chat.panelWidth) - 11, (E.db.chat.separateSizes and E.db.chat.panelHeightRight or E.db.chat.panelHeight) - BASE_OFFSET)
else
E:Size(chat, E.db.chat.panelWidth - 11, (E.db.chat.panelHeight - BASE_OFFSET) - CombatLogQuickButtonFrame_Custom:GetHeight())
E:Size(chat, E.db.chat.panelWidth - 11, (E.db.chat.panelHeight - BASE_OFFSET))
end
tab:SetParent(RightChatPanel)