diff --git a/boot.lua b/boot.lua index a2e4be1e..47efc417 100644 --- a/boot.lua +++ b/boot.lua @@ -1240,8 +1240,8 @@ do ---@type table local SharedMedia = LibStub:GetLibrary ("LibSharedMedia-3.0") --default bars - SharedMedia:Register("statusbar", "Details Hyanda Reverse", [[Interface\AddOns\Details\images\bar_textures\bar_hyanda_reverse.png]]) - SharedMedia:Register("statusbar", "You Are the Best!", [[Interface\AddOns\Details\images\bar_textures\bar_best.png]]) + SharedMedia:Register("statusbar", "Details Hyanda Reverse", [[Interface\AddOns\Details\images\bar_textures\bar_hyanda_reverse]]) + SharedMedia:Register("statusbar", "You Are the Best!", [[Interface\AddOns\Details\images\bar_textures\bar_best]]) SharedMedia:Register("statusbar", "Details Hyanda", [[Interface\AddOns\Details\images\bar_hyanda]]) SharedMedia:Register("statusbar", "Details D'ictum", [[Interface\AddOns\Details\images\bar4]]) diff --git a/classes/container_actors.lua b/classes/container_actors.lua index 48dcae7e..00440e54 100644 --- a/classes/container_actors.lua +++ b/classes/container_actors.lua @@ -207,7 +207,6 @@ end line = _G['DetailsPetOwnerFinderTextLeft1'] lineText = line and line:GetText() end - end if (lineText) then for i=1, #unitNameTitles do diff --git a/frames/window_breakdown/window_playerbreakdown.lua b/frames/window_breakdown/window_playerbreakdown.lua index 61eccea0..d0bc6396 100644 --- a/frames/window_breakdown/window_playerbreakdown.lua +++ b/frames/window_breakdown/window_playerbreakdown.lua @@ -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) diff --git a/frames/window_main.lua b/frames/window_main.lua index 1072bbde..1af048a7 100644 --- a/frames/window_main.lua +++ b/frames/window_main.lua @@ -9616,7 +9616,7 @@ function gump:CriaCabecalho (baseframe, instancia) end end - baseframe.cabecalho.modo_selecao = gump:NewButton(baseframe, nil, "DetailsModeButton"..instancia.meu_id, nil, 16, 16, modeSelector_OnClick, nil, nil, [[Interface\AddOns\Details\images\modo_icone]]) + baseframe.cabecalho.modo_selecao = gump:NewButton(baseframe, nil, "DetailsModeButton"..instancia.meu_id, nil, 16, 16, modeSelector_OnClick, nil, nil, [[Interface\AddOns\Details\images\modo_icones]]) baseframe.cabecalho.modo_selecao:SetPoint("bottomleft", baseframe.cabecalho.ball, "bottomright", instancia.menu_anchor [1], instancia.menu_anchor [2]) baseframe.cabecalho.modo_selecao:SetFrameLevel(baseframe:GetFrameLevel()+5) baseframe.cabecalho.modo_selecao.widget._instance = instancia diff --git a/frames/window_mythicplus/window_end_of_run.lua b/frames/window_mythicplus/window_end_of_run.lua index b4a7f725..20728155 100644 --- a/frames/window_mythicplus/window_end_of_run.lua +++ b/frames/window_mythicplus/window_end_of_run.lua @@ -1060,7 +1060,7 @@ function mythicDungeonFrames.ShowEndOfMythicPlusPanel() readyFrame:Hide() local backgroundGradient = readyFrame:CreateTexture("$parentBackgroundGradient", "background", nil, 0) - backgroundGradient:SetTexture([[Interface\AddOns\Details\images\gradient_black_transparent.png]], nil, nil, "TRILINEAR") + backgroundGradient:SetTexture([[Interface\AddOns\Details\images\gradient_black_transparent]], nil, nil, "TRILINEAR") backgroundGradient:SetPoint("topleft", readyFrame, "topleft", 0, 0) backgroundGradient:SetPoint("bottomright", readyFrame, "bottomright", 0, 0) backgroundGradient:SetWidth(readyFrame:GetWidth()) diff --git a/images/gradient_black_transparent.blp b/images/gradient_black_transparent.blp new file mode 100644 index 00000000..8c3c3097 Binary files /dev/null and b/images/gradient_black_transparent.blp differ diff --git a/images/gradient_black_transparent.png b/images/gradient_black_transparent.png deleted file mode 100644 index 9951ccfc..00000000 Binary files a/images/gradient_black_transparent.png and /dev/null differ diff --git a/images/skins/classic_skin_v1.blp b/images/skins/classic_skin_v1.blp index be05a12f..98d68e7a 100644 Binary files a/images/skins/classic_skin_v1.blp and b/images/skins/classic_skin_v1.blp differ