correct import button width
This commit is contained in:
parent
0f2841ae7b
commit
8ab3d77019
1 changed files with 2 additions and 2 deletions
|
|
@ -839,8 +839,8 @@ function WeakAuras.RefreshTooltipButtons()
|
|||
end
|
||||
end
|
||||
end
|
||||
--local importWidth = importButton.Text:GetStringWidth()
|
||||
importButton:SetWidth(30)
|
||||
local importWidth = WeakAurasTooltipImportButtonText:GetStringWidth()
|
||||
importButton:SetWidth(importWidth + 30)
|
||||
end
|
||||
buttonAnchor:SetScript("OnEvent", WeakAuras.RefreshTooltipButtons)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue