From 956fce6f172a3a0c9bb9e71e6beb2d16643d7c39 Mon Sep 17 00:00:00 2001 From: Infus Date: Sat, 4 Jan 2025 19:10:24 +0100 Subject: [PATCH] Texture Sub Element: Fix ordering of input and browse button --- WeakAurasOptions/SubRegionOptions/Texture.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAurasOptions/SubRegionOptions/Texture.lua b/WeakAurasOptions/SubRegionOptions/Texture.lua index 85f421d436..9c89e174fb 100644 --- a/WeakAurasOptions/SubRegionOptions/Texture.lua +++ b/WeakAurasOptions/SubRegionOptions/Texture.lua @@ -33,7 +33,7 @@ local function createOptions(parentData, data, index, subIndex) type = "execute", width = 0.15, name = L["Choose"], - order = 2, + order = 2.1, func = function() local path = { "subRegions", index } local paths = {}