static backdrop tile size for buffs

This commit is contained in:
shagu
2016-09-29 22:36:14 +02:00
parent c9d723a968
commit edee74c1aa
+3 -3
View File
@@ -38,7 +38,7 @@ pfUI:RegisterModule("buff", function ()
if border then
buff:SetBackdrop({
bgFile = icon:GetTexture(), tile = false, tileSize = pfUI_config.unitframes.buff_size,
bgFile = icon:GetTexture(), tile = false, tileSize = 16,
edgeFile = "Interface\\AddOns\\pfUI\\img\\border_col", edgeSize = 8,
insets = { left = 0, right = 0, top = 0, bottom = 0}
})
@@ -46,7 +46,7 @@ pfUI:RegisterModule("buff", function ()
border:Hide()
else
buff:SetBackdrop({
bgFile = icon:GetTexture(), tile = false, tileSize = pfUI_config.unitframes.buff_size,
bgFile = icon:GetTexture(), tile = false, tileSize = 16,
edgeFile = "Interface\\AddOns\\pfUI\\img\\border", edgeSize = 8,
insets = { left = 0, right = 0, top = 0, bottom = 0}
})
@@ -71,7 +71,7 @@ pfUI:RegisterModule("buff", function ()
if buff then
buff:SetBackdrop({
bgFile = icon:GetTexture(), tile = false, tileSize = pfUI_config.unitframes.buff_size,
bgFile = icon:GetTexture(), tile = false, tileSize = 16,
edgeFile = "Interface\\AddOns\\pfUI\\img\\border_col", edgeSize = 8,
insets = { left = 0, right = 0, top = 0, bottom = 0}
})