Skip to content

Commit

Permalink
Texture Sub Element: Fix ordering of input and browse button
Browse files Browse the repository at this point in the history
  • Loading branch information
InfusOnWoW committed Jan 4, 2025
1 parent daa0dff commit bb42d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAurasOptions/SubRegionOptions/Texture.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit bb42d69

Please sign in to comment.