- Updated to BFA 'Potion Used' and 'Health Potion and Stone' custom displays.

- Fixed small visual glitches and tooltip updates.
This commit is contained in:
Tercio
2018-09-30 20:05:18 -03:00
parent 027cdda48c
commit 9e9f897db6
11 changed files with 320 additions and 239 deletions
+4 -3
View File
@@ -1318,9 +1318,10 @@ function _G._detalhes:Start()
local lineHeight = instance.row_info.height
local textSize = instance.row_info.font_size
if (lineHeight-1 <= textSize) then
instance.row_info.height = 21
instance.row_info.font_size = 16
instance:ChangeSkin()
-- no need this, scheduled to code cleanup
-- instance.row_info.height = 21
-- instance.row_info.font_size = 16
-- instance:ChangeSkin()
end
end
end