Skip to content

Commit

Permalink
Fixed an issue where the options panel for breakdown for below the br…
Browse files Browse the repository at this point in the history
…eakdown window
  • Loading branch information
Tercioo committed May 7, 2023
1 parent 9a81a2b commit c572f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frames/window_playerbreakdown_spells_options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit c572f74

Please sign in to comment.