From ab292b8a4f07a9426af9e1c5e28ab99f963587b7 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sat, 27 Apr 2024 11:39:15 -0300 Subject: [PATCH] Fixed the wallpaper preview position in the options panel section Wallpaper --- frames/window_options2_sections.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frames/window_options2_sections.lua b/frames/window_options2_sections.lua index 17a19e17..b0240b21 100644 --- a/frames/window_options2_sections.lua +++ b/frames/window_options2_sections.lua @@ -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)