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 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>
|
||||
|
Reference in New Issue
Block a user