Dialog formatting

- Newlines at end of file
- Remove debug attribute
- Indentation in the XSL
This commit is contained in:
2015-10-03 02:50:44 -04:00
parent 84dc913241
commit 893fa1e4ff
159 changed files with 219 additions and 203 deletions

View File

@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='okay' debug='true'>
<dialog defbtn='okay'>
<pict type='dlog' num='16' top='8' left='8'/>
<text size='large' top='8' left='50' width='150' height='17'>Editing Shop Entry</text>
<text name='item' framed='true' top='50' left='10' width='200' height='16'/>
@@ -12,4 +12,4 @@
<field name='chance' type='uint' top='98' left='110' width='80' height='16'/>
<button name='cancel' type='regular' def-key='esc' top='120' left='10'>Cancel</button>
<button name='okay' type='regular' top='120' left='220'>OK</button>
</dialog>
</dialog>