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='text' type='text' top='40' left='55' width='293' height='98'/>
<button name='left' type='left' top='147' left='6'/>
<button name='right' type='right' top='147' left='69'/>
@@ -10,4 +10,4 @@
<text name='num-lbl' top='8' left='197' width='100' height='14'>Text number:</text>
<button name='cancel' type='regular' def-key='esc' top='147' left='214'>Cancel</button>
<button name='okay' type='regular' top='147' left='279'>OK</button>
</dialog>
</dialog>