Reorder create town dialog in logical order. No functional changes.
This commit is contained in:
@@ -2,12 +2,15 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay'>
|
||||
<!-- OK Button -->
|
||||
<field name='name' top='85' left='140' width='152' height='16'>Town name</field>
|
||||
<button name='okay' type='regular' top='221' left='264'>OK</button>
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' top='6' left='50' width='256' height='17'>Create New Town</text>
|
||||
<text top='28' left='50' width='147' height='14'>Creating town number:</text>
|
||||
<text name='num' top='28' left='201' width='33' height='14'/>
|
||||
<text top='49' left='66' width='260' height='28'>
|
||||
Note: Your new town will be tacked onto the end of your current town list.
|
||||
</text>
|
||||
<text top='86' left='50' width='84' height='14'>Town name:</text>
|
||||
<field name='name' top='85' left='140' width='152' height='16'>Town name</field>
|
||||
<text top='111' left='50' width='77' height='14'>Town size:</text>
|
||||
<group name='size'>
|
||||
<led name='lg' top='114' left='145' state='red'>Large (64x64)</led>
|
||||
@@ -23,10 +26,6 @@
|
||||
<led name='grass' top='184' left='168'>Plain Grass</led>
|
||||
<led name='flowers' top='201' left='168'>Grass with flowers</led>
|
||||
</group>
|
||||
<text top='28' left='50' width='147' height='14'>Creating town number:</text>
|
||||
<text name='num' top='28' left='201' width='33' height='14'/>
|
||||
<button name='cancel' type='regular' def-key='esc' top='221' left='199'>Cancel</button>
|
||||
<text top='49' left='66' width='260' height='28'>
|
||||
Note: Your new town will be tacked onto the end of your current town list.
|
||||
</text>
|
||||
<button name='okay' type='regular' top='221' left='264'>OK</button>
|
||||
</dialog>
|
||||
|
||||
Reference in New Issue
Block a user