gui: switch custom size order

it's more natural to have this sorted by x, y.
This commit is contained in:
shagu
2021-10-24 14:35:23 +02:00
parent ef3af4bc56
commit 5cdf8403bc
+1 -1
View File
@@ -1687,8 +1687,8 @@ pfUI:RegisterModule("gui", "vanilla:tbc", function ()
CreateConfig(U[c], T["Enable Aggro Glow"], C.unitframes[c], "glowaggro", "checkbox")
CreateConfig(U[c], T["Enable Combat Glow"], C.unitframes[c], "glowcombat", "checkbox")
CreateConfig(U[c], T["Portrait Position"], C.unitframes[c], "portrait", "dropdown", pfUI.gui.dropdowns.uf_portrait_position)
CreateConfig(U[c], T["Portrait Height"], C.unitframes[c], "portraitheight")
CreateConfig(U[c], T["Portrait Width"], C.unitframes[c], "portraitwidth")
CreateConfig(U[c], T["Portrait Height"], C.unitframes[c], "portraitheight")
CreateConfig(U[c], T["Status Bar Texture"], C.unitframes[c], "bartexture", "dropdown", pfUI.gui.dropdowns.uf_bartexture)
CreateConfig(U[c], T["UnitFrame Spacing"], C.unitframes[c], "pspace")
CreateConfig(U[c], T["Show PvP-Flag"], C.unitframes[c], "showPVP", "checkbox")