Convert scenario details dialog and make numeric fields validate their contents
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog skin='dark' defbtn='okay'>
|
||||
<field name="number" type='num' top='36' left='133' width='75' height='16'/>
|
||||
<field name="number" type='uint' top='36' left='133' width='75' height='16'/>
|
||||
<pict type='dlog' num='2' top='8' left='8'/>
|
||||
<text name='prompt' size='large' top='8' left='49' width='255' height='16'>What day would you like it to be?</text>
|
||||
<button name='okay' type='regular' top='140' left='243'>OK</button>
|
||||
|
Reference in New Issue
Block a user