WoW:XML/Button/NormalText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page XML/Button/NormalText to XML/Button/NormalText without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
<NormalText inherits="DialogButtonNormalText" text="No problem"> | <NormalText inherits="DialogButtonNormalText" text="No problem"> | ||
[[Category:Interface | it seems there is a <NormalFont> element to be used instead of <NormalText>. | ||
[[Category:Interface customization]] |
Latest revision as of 04:49, 15 August 2023
This appears to crash the WoW client.
<NormalText text="Hello World"/>
Using Blizzard's UI interface customization kit, extract the files and use
<NormalText inherits="DialogButtonNormalText" text="No problem">
it seems there is a <NormalFont> element to be used instead of <NormalText>.