[calref/cboe]: Fix a couple of broken dialogs

This commit is contained in:
ALONSO Laurent
2021-09-23 14:55:39 +02:00
committed by Celtic Minstrel
parent be520e9acc
commit 4867b26258
2 changed files with 2 additions and 2 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

@@ -7,5 +7,5 @@
<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='141' left='192' width='20' height='3'/>
</dialog>