Fixed reported bugs on the new breakdown window

This commit is contained in:
Tercio Jose
2023-05-11 15:02:57 -03:00
parent 40d89df26e
commit bad4995451
8 changed files with 177 additions and 96 deletions
+6 -1
View File
@@ -1408,13 +1408,18 @@ local default_global_data = {
},
},
--/run wipe(Details.breakdown_spell_tab) .genericcontainer_headers
--/run Details.breakdown_spell_tab.statusbar_alpha = 0.823
--breakdown spell tab
breakdown_spell_tab = {
blockcontainer_width = 430,
blockcontainer_height = 270,
blockcontainer_islocked = true,
statusbar_background_color = {.15, .15, .15},
statusbar_background_alpha = 0.7,
statusbar_texture = [[Interface\AddOns\Details\images\bar_skyline]],
statusbar_alpha = 0.70,
blockspell_height = 67,
blockspell_padding = 5,
blockspell_color = {0, 0, 0, 0.7},