Fixed an issue where the options panel for breakdown for below the breakdown window

This commit is contained in:
Tercio Jose
2023-05-07 18:34:33 -03:00
parent 9a81a2b489
commit c572f74b1f
@@ -19,7 +19,7 @@ local createOptionsPanel = function()
local options_button_template = DF:GetTemplate("button", "OPTIONS_BUTTON_TEMPLATE")
local optionsFrame = DF:CreateSimplePanel(UIParent, 550, 500, "Details! Breakdown Options", "DetailsSpellBreakdownOptionsPanel")
optionsFrame:SetFrameStrata("HIGH")
optionsFrame:SetFrameStrata("DIALOG")
optionsFrame:SetPoint("topleft", UIParent, "topleft", 2, -40)
optionsFrame:Show()