Fixed the wallpaper preview position in the options panel section Wallpaper

This commit is contained in:
Tercio Jose
2024-04-27 11:39:15 -03:00
parent 82ad16d177
commit ab292b8a4f
+1 -1
View File
@@ -4796,7 +4796,7 @@ do
}
--create preview
local previewX, previewY = 460, -60
local previewX, previewY = 460, startY-20
local preview = sectionFrame:CreateTexture(nil, "overlay")
preview:SetDrawLayer("artwork", 3)