move ok/cancel to bottom of xml

This commit is contained in:
2025-05-25 20:20:34 -05:00
parent 1c059564b2
commit 05989810d4
2 changed files with 9 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
<!--
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
-->
<!-- OK button -->
<field name='title' top='42' left='174' width='189' height='16'/>
<field name='dunno' top='66' left='254' width='246' height='43'/>
<field name='look' top='123' left='73' width='427' height='68'/>
@@ -22,4 +21,8 @@
<text top='103' left='50' width='160' height='14'>Response to 'look'</text>
<text top='196' left='50' width='165' height='14'>Response to 'name'</text>
<text top='288' left='52' width='170' height='14'>Response to 'job'</text>
<!-- OK button -->
<button name='okay' type='regular' top='381' left='441'>OK</button>
<button name='cancel' type='regular' top='381' left='375'>Cancel</button>
</dialog>

View File

@@ -16,8 +16,7 @@
<field name='extra4' top='183' left='344' width='64' height='16'/>
<field name='str1' top='223' left='72' width='430' height='80'/>
<field name='str2' top='328' left='72' width='434' height='80'/>
<button name='okay' type='regular' top='415' left='445'>OK</button>
<button name='cancel' type='regular' top='415' left='380'>Cancel</button>
<button name='back' type='large' top='415' left='49'>Go Back</button>
<button name='new' type='large' top='415' left='155'>Create New</button>
<text name='type' framed='true' top='79' left='135' width='160' height='14'/>
@@ -46,4 +45,8 @@
<button name='chooseC' type='regular' top='158' left='414'>Choose</button>
<button name='chooseB' type='regular' top='135' left='414'>Choose</button>
<button name='chooseA' type='regular' top='112' left='414'>Choose</button>
<!-- OK button -->
<button name='okay' type='regular' top='415' left='445'>OK</button>
<button name='cancel' type='regular' top='415' left='380'>Cancel</button>
</dialog>