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 skin='light' defbtn='okay' debug='true'>
<dialog skin='light' defbtn='okay'>
<!-- OK button -->
<field name='from' type='uint' top='99' left='205' width='64' height='17'>0</field>
<field name='to' type='uint' top='125' left='205' width='64' height='17'>0</field>
@@ -19,4 +19,4 @@
<text top='101' left='7' width='164' height='13'>Change this terrain type:</text>
<text top='127' left='7' width='164' height='13'>To this terrain type:</text>
<text top='153' left='7' width='193' height='13'>Chance of changing: (0 - 100)</text>
</dialog>
</dialog>