diff --git a/frames/window_playerbreakdown_spells_options.lua b/frames/window_playerbreakdown_spells_options.lua index b44a4462..1e6b8e0c 100644 --- a/frames/window_playerbreakdown_spells_options.lua +++ b/frames/window_playerbreakdown_spells_options.lua @@ -6,7 +6,7 @@ local DF = DetailsFramework local createOptionsPanel = function() local startX = 5 - local startY = -24 + local startY = -32 local heightSize = 540 local DetailsSpellBreakdownTab = DetailsSpellBreakdownTab @@ -23,6 +23,9 @@ local createOptionsPanel = function() optionsFrame:SetPoint("topleft", UIParent, "topleft", 2, -40) optionsFrame:Show() + local bUseSolidColor = true + DF:ApplyStandardBackdrop(optionsFrame, bUseSolidColor) + local resetSettings = function() for key, value in pairs (Details.default_global_data.breakdown_spell_tab) do if (type(value) == "table") then