update tables

This commit is contained in:
Crum
2018-12-06 19:55:03 -06:00
parent cb90d0f1e5
commit 4d0cc6c85c
68 changed files with 705 additions and 597 deletions
+2 -2
View File
@@ -112,8 +112,8 @@ function M:SkinBubble(frame)
if E.private.general.chatBubbles == "backdrop" then
if E.PixelMode then
frame:SetBackdrop({
bgFile = E["media"].blankTex,
edgeFile = E["media"].blankTex,
bgFile = E.media.blankTex,
edgeFile = E.media.blankTex,
tile = false, tileSize = 0, edgeSize = mult,
insets = {left = 0, right = 0, top = 0, bottom = 0}
})