From fc8ae6f4dcd1c85af3fe0c1edf05f33b1a03263b Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Mon, 13 Jan 2020 19:32:04 +0100 Subject: [PATCH] Fix title/code rendering --- nwn-2-gui-scripting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nwn-2-gui-scripting.md b/nwn-2-gui-scripting.md index d7967b7..741f9e2 100644 --- a/nwn-2-gui-scripting.md +++ b/nwn-2-gui-scripting.md @@ -171,7 +171,7 @@ This element the first in the XML file and is always open and never closed. All ``` -## `priority` attribute +## priority attribute | Value | Usage | |-------------------------------------|-----------------------------------------------------------------------| @@ -486,7 +486,7 @@ Note: UICollapsable inside other UICollapsable will be be badly offset by the he # Special files -## `contextmenu.xml` +## contextmenu.xml ### UIScene Using the `OnAdd` event to trigger `UIObject_Misc_ExecuteServerScript` will prevent the GUI from loading. @@ -518,9 +518,9 @@ The `node` property refers to an existing `UIRadialNode`'s `name` property. - `UIPortrait` - `UITextTree` -## `stylesheet.xml` +## stylesheet.xml -## `fontfamily.xml` +## fontfamily.xml ---