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 defbtn='done' debug='true'>
|
||||
<dialog defbtn='done'>
|
||||
<pict name='mainpic' type='dlog' num='16' top='6' left='6'/>
|
||||
<text name='prompt' size='large' top='6' left='50' width='248' height='14'>Select a graphic:</text>
|
||||
<group name='group'>
|
||||
@@ -82,4 +82,4 @@
|
||||
<button name='right' type='right' top='314' left='69' def-key='right'/>
|
||||
<button name='done' type='done' top='314' left='393'/>
|
||||
<button name='cancel' type='regular' top='314' left='322' def-key='esc'>Cancel</button>
|
||||
</dialog>
|
||||
</dialog>
|
||||
|
||||
Reference in New Issue
Block a user