From ddcc4fa3ee4475eb04b825bfa43d905321cc025d Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 30 Jun 2012 11:19:50 +0400 Subject: [PATCH] Changing left and right chat datapanels default width to fixated number instead of E.db.general.panelWidth This will prevent graphical issues when switching profiles with different panel size. --- ElvUI_SLE/config/profile.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index b818c9d..0981d5a 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -87,11 +87,11 @@ P['dpe'] = { }, ['chatleft'] = { ['enabled'] = true, - ['width'] = E.db.general.panelWidth, + ['width'] = 412, }, ['chatright'] = { ['enabled'] = true, - ['width'] = E.db.general.panelWidth, + ['width'] = 412, }, }, -- 1.7.9.5