Skip to content

Commit

Permalink
Tweat dressup frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Gethe committed Nov 28, 2022
1 parent cff0f34 commit 979fdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Skin/Retail/Interface/FrameXML/DressUpFrames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function private.FrameXML.DressUpFrames()
Skin.UIPanelButtonTemplate(_G.DressUpFrameCancelButton)

local ModelScene = DressUpFrame.ModelScene
ModelScene:SetPoint("TOPLEFT")
ModelScene:SetPoint("TOPLEFT", 0, -private.FRAME_TITLE_HEIGHT)
ModelScene:SetPoint("BOTTOMRIGHT")

local detailsButton = DressUpFrame.ToggleOutfitDetailsButton
Expand Down

0 comments on commit 979fdd9

Please sign in to comment.