Enable the dialogs test in Xcode and fix one dialog that failed

This also makes the test itself better
This commit is contained in:
2023-01-21 16:36:31 -05:00
parent 733d6ce116
commit effc355fe1
3 changed files with 33 additions and 17 deletions

View File

@@ -21,8 +21,8 @@
<led name='hostile-b' top='113' left='377' width='100'>Hostile, Type B</led>
</group>
<group name='mobility'>
<led name='mob1' top='133' left='224'>No</led>
<led name='mob2' top='133' left='282'>Yes</led>
<led name='mob1' top='133' left='224' width='40'>No</led>
<led name='mob2' top='133' left='282' width='40'>Yes</led>
</group>
<button name='okay' type='regular' top='224' left='471'>OK</button>
<button name='cancel' type='regular' top='224' left='405'>Cancel</button>