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 -->
|
||||
<button name='okay' type='regular' top='195' left='316'>OK</button>
|
||||
<pict name='pic' type='dlog' num='16' top='8' left='12'/>
|
||||
@@ -26,4 +26,4 @@
|
||||
<button name='cancel' type='regular' top='195' left='248'>Cancel</button>
|
||||
<text top='28' left='196' width='70' height='14'>Location:</text>
|
||||
<text name='loc' top='28' left='272' width='116' height='14'/>
|
||||
</dialog>
|
||||
</dialog>
|
||||
|
||||
Reference in New Issue
Block a user