Skip to content

Commit cc38dd1

Browse files
committed
same size as elvui buttons
1 parent b34aadf commit cc38dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ElvUI_SLE/modules/professions/deconstruct.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ end
265265

266266
function Pr:Construct_BagButton()
267267
Pr.DeconstructButton = CreateFrame('Button', 'SLE_DeconButton', _G.ElvUI_ContainerFrame, 'BackdropTemplate')
268-
Pr.DeconstructButton:SetSize(16 + E.Border, 16 + E.Border)
268+
Pr.DeconstructButton:Size(20)
269269
Pr.DeconstructButton:SetTemplate()
270270
Pr.DeconstructButton.ttText = L["Deconstruct Mode"]
271271
Pr.DeconstructButton.ttText2 = format(L["Allow you to disenchant/mill/prospect/unlock items.\nClick to toggle.\nCurrent state: %s."], Pr:GetDeconMode())

0 commit comments

Comments
 (0)