Fix misc lua errors from cherry-picking

This commit is contained in:
andrew6180
2024-08-26 10:45:07 -07:00
parent f392108ea2
commit c5333db47b
8 changed files with 5 additions and 6 deletions
@@ -799,7 +799,7 @@ function Details:CreateBreakdownWindow()
breakdownWindowFrame.SummaryWindowWidgets:Hide()
local scaleBar = detailsFramework:CreateScaleBar(breakdownWindowFrame, Details.player_details_window)
scaleBar.label:AdjustPointsOffset(-3, 1)
scaleBar.label:AdjustPointOffset(-3, 1)
scaleBar.label:SetTextColor(0.8902, 0.7294, 0.0157, 1)
scaleBar.label:SetIgnoreParentAlpha(true)
breakdownWindowFrame:SetScale(Details.player_details_window.scale)