Fix a couple of broken dialogs

This commit is contained in:
2020-12-19 18:12:19 -05:00
parent 81c2a084e3
commit 9356c03cc7
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='done'>
<button name='help' relative='neg pos' type='help' def-key='help' top='6' left='22'/>
<button name='help' relative='neg abs' type='help' def-key='help' top='6' left='22'/>
<text size='large' relative='pos pos-in' rel-anchor='next' top='10' left='8' width='205' height='16'>Create/Edit Party:</text>
<pict type='dlog' num='7' top='6' left='6'/>

View File

@@ -6,6 +6,5 @@
<text name='tip' framed='true' top='37' left='53' width='257' height='92'/>
<text size='large' top='9' left='53' width='257' height='19'>Tip of the Day:</text>
<button name='next' type='large' top='158' left='54'>Next Tip</button>
<text top='138' left='53' width='136' height='16'>See tips upon startup:</text>
<led name='onstart' state='off' top='141' left='192'/>
<led name='onstart' state='off' top='138' left='53' width='136'>See tips upon startup</led>
</dialog>