mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
gui: switch custom size order
it's more natural to have this sorted by x, y.
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user