Fix for vanguard plugin

This commit is contained in:
Tercio Jose
2022-05-05 14:25:22 -03:00
parent a71aae6c63
commit 7fddbdd542
3 changed files with 5 additions and 6 deletions
@@ -1,4 +1,4 @@
## Interface: 20502
## Interface: 20504
## Title: Details!: Streamer (plugin)
## Notes: Show which spells you are casting, viewers can see what are you doing and follow your steps.
## RequiredDeps: Details
@@ -1,4 +1,4 @@
## Interface: 20502
## Interface: 20504
## Title: Details!: Tiny Threat (plugin)
## Notes: Threat meter plugin, show threat for group members in the window. Select it from the Plugin menu in the Orange Cogwheel.
## RequiredDeps: Details
@@ -274,8 +274,7 @@ local function CreatePluginFrames (data)
bar:SetLeftColor (0, .25, 0, 1)
bar:SetHeight(Vanguard.db.bar_height)
bar:SetTexture(SharedMedia:Fetch ("statusbar", Vanguard.db.tank_block_texture))
bar.div:SetHeight(Vanguard.db.bar_height*2)
bar.div:SetAlpha(0.79)
bar:SetBackgroundTexture(SharedMedia:Fetch ("statusbar", Vanguard.db.tank_block_texture))
bar:Show()
end
else
@@ -979,8 +978,8 @@ local build_options_panel = function()
min = 10,
max = 50,
step = 1,
--desc = "Inc Damage Height",
name = "Incoming Damage Height",
--desc = "Inc Damage Heigth",
name = "Incoming Damage Heigth",
},
{type = "blank"},