WoW:Widget Anchor Points: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{widget}}) |
||
Line 1: | Line 1: | ||
{{widget}} | |||
{{cleanup}} | |||
Note: when you bind just one "point" you only bind that "side" of the UI component. | Note: when you bind just one "point" you only bind that "side" of the UI component. | ||
Line 20: | Line 22: | ||
; LEFT | ; LEFT | ||
; RIGHT | ; RIGHT | ||
Revision as of 12:51, 10 June 2006
This article or section needs to be cleaned up
|
Note: when you bind just one "point" you only bind that "side" of the UI component.
For example, binding just "LEFT" to somewhere you'll see that the right side stays put.
Therefore, unless you are an experienced UI hacker, use the positions that bind all sides.
All sides
- TOPLEFT
- TOPRIGHT
- BOTTOMLEFT
- BOTTOMRIGHT
- CENTER
One side
- TOP
- BOTTOM
- LEFT
- RIGHT