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'>
<field name='str1' top='55' left='57' width='545' height='48'/>
<field name='str2' top='111' left='57' width='545' height='48'/>
<field name='str3' top='167' left='57' width='545' height='48'/>
@@ -16,4 +16,4 @@
You can put one paragraph in each box below.
Leave unused boxes blank.
</text>
</dialog>
</dialog>