Skip to content

Commit

Permalink
tooltip tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Oct 7, 2024
1 parent c07c8f0 commit 306291c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Tooltips.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local tooltips = {
EventTraceTooltip,
ItemSocketingDescription,
}
local whitebg = { bgFile = 'Interface\\AddOns\\SpartanUI\\images\\blank.tga', tile = false, edgeSize = 3 }
local whitebg = { bgFile = 'Interface\\AddOns\\SpartanUI\\images\\blank.tga', tile = false, edgeSize = 3, insets = { left = 0, right = 1, top = 0, bottom = 1 } }
local ilvlTempData = {}

function module:OnInitialize()
Expand Down

0 comments on commit 306291c

Please sign in to comment.