Fix some issues with the Coach

This commit is contained in:
Tercio Jose
2021-07-04 18:52:41 -03:00
parent fce191bf4f
commit 999be46647
3 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -1988,7 +1988,7 @@ function DF:CreateScaleBar (frame, config)
frame:SetScale (config.scale)
end)
scaleBar:SetAlpha (0.2)
scaleBar:SetAlpha (0.5)
return scaleBar
end