Dialog formatting
- Newlines at end of file - Remove debug attribute - Indentation in the XSL
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog skin='light' defbtn='okay' debug='true'>
|
||||
<dialog skin='light' defbtn='okay'>
|
||||
<!-- OK button -->
|
||||
<field type='uint' name='town' top='71' left='119' width='62' height='16'/>
|
||||
<button name='okay' type='regular' top='95' left='206'>OK</button>
|
||||
@@ -11,4 +11,4 @@
|
||||
What town do you want the party to end up in when they walk into this space?
|
||||
</text>
|
||||
<button name='choose' type='regular' top='69' left='186'>Choose</button>
|
||||
</dialog>
|
||||
</dialog>
|
||||
|
||||
Reference in New Issue
Block a user