The select town/sector dialogs now offer a Choose button

This commit is contained in:
2014-12-27 16:18:05 -05:00
parent d00e44f650
commit ddbc143c84
5 changed files with 34 additions and 11 deletions

View File

@@ -2,10 +2,10 @@
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog skin='light' defbtn='okay' debug='true'>
<!-- OK button -->
<button name='okay' type='regular' top='111' left='189'>OK</button>
<button name='cancel' type='regular' def-key='esc' top='111' left='124'>Cancel</button>
<button name='okay' type='regular' top='136' left='229'>OK</button>
<button name='cancel' type='regular' def-key='esc' top='136' left='164'>Cancel</button>
<pict type='dlog' num='16' top='8' left='8'/>
<text size='large' top='6' left='50' width='158' height='16'>Edit Which Outdoor Section?</text>
<text size='large' top='6' left='50' width='188' height='16'>Edit Which Outdoor Section?</text>
<text top='25' left='68' width='111' height='14'>World width:</text>
<text name='width' top='25' left='186' width='37'/>
<text name='x' framed='true' top='63' left='142' width='75' height='16'/>
@@ -16,4 +16,6 @@
<button name='xplus' type='small' top='59' left='106'>+</button>
<button name='yminus' type='small' top='84' left='77'>-</button>
<button name='yplus' type='small' top='84' left='106'>+</button>
<text name='title' framed='true' top='111' left='142' width='150' height='16'/>
<button name='choose' type='regular' top='111' left='66'>Choose</button>
</dialog>

View File

@@ -6,8 +6,9 @@
<button name='okay' type='regular' top='82' left='177'>OK</button>
<button name='cancel' type='regular' top='82' left='111'>Cancel</button>
<pict type='dlog' num='16' top='8' left='8'/>
<text size='large' top='6' left='50' width='267' height='17'>Pick Town to Edit:</text>
<text size='large' top='6' left='50' width='167' height='17'>Pick Town to Edit:</text>
<text name='prompt' top='25' left='50' width='185' height='28'>
Enter the number of the town you want to edit next:
</text>
<button name='choose' type='regular' top='56' left='169'>Choose</button>
</dialog>

View File

@@ -6,8 +6,9 @@
<button name='okay' type='regular' top='95' left='206'>OK</button>
<button name='cancel' type='regular' top='95' left='140'>Cancel</button>
<pict type='dlog' num='16' top='8' left='8'/>
<text size='large' top='6' left='50' width='267' height='17'>Entrance to what town?</text>
<text size='large' top='6' left='50' width='207' height='17'>Entrance to what town?</text>
<text name='prompt' top='25' left='50' width='213' height='42'>
What town do you want the party to end up in when they walk into this space?
</text>
<button name='choose' type='regular' top='69' left='186'>Choose</button>
</dialog>