Skip to content

Commit c093d26

Browse files
committed
Smaller expansion number text
1 parent 40a497a commit c093d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin_Expansion/Expansion.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local TextsByButton = {}
1717

1818
local function Update(button, bag, slot)
1919
if TextsByButton[button] == nil then
20-
TextsByButton[button] = button:CreateFontString(nil, "ARTWORK", "GameFontNormalOutline")
20+
TextsByButton[button] = button:CreateFontString(nil, "ARTWORK", "GameFontNormalSmallOutline")
2121
TextsByButton[button]:SetPoint("TOPLEFT", button, "TOPLEFT", -3, 3)
2222
local layer, subLayer = button.IconBorder:GetDrawLayer()
2323
TextsByButton[button]:SetDrawLayer(layer, subLayer + 1)

0 commit comments

Comments
 (0)