From 2356173cf18780a83667ad0da7525b90f48f7ced Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 2 May 2023 22:23:09 -0300 Subject: [PATCH] small fix --- frames/window_playerbreakdown_spells_options.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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