- 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 -1
View File
@@ -1146,7 +1146,10 @@ local default_profile = {
menus_bg_texture = [[Interface\SPELLBOOK\Spellbook-Page-1]],
icon_border_texcoord = {L = 5/64, R = 59/64, T = 5/64, B = 59/64},
icon_size = {W = 13, H = 13}
icon_size = {W = 13, H = 13},
--height used on tooltips at displays such as damage taken by spell
line_height = 17,
},
}