Split and simplify training dialog column headings
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog>
|
||||
<!-- Top -->
|
||||
<pict type='dlog' num='7' top='7' left='6'/>
|
||||
<text size='large' top='8' left='56' width='110' height='16'>Training For:</text>
|
||||
<text name='recipient' framed='true' top='8' left='177' width='166' height='16'/>
|
||||
<button name='help' type='help' def-key='help' top='6' left='506'/>
|
||||
|
||||
<!-- Left column -->
|
||||
<text size='large' top='32' left='56' width='228' height='16'>Skill (Cost):</text>
|
||||
<text size='large' top='32' left='190' width='228' height='16'>Level</text>
|
||||
|
||||
<text name='hp' framed='true' top='56' left='194' width='28' height='16'/>
|
||||
<button name='hp-m' type='small' top='53' left='231'>-</button>
|
||||
<button name='hp-p' type='small' top='53' left='256'>+</button>
|
||||
@@ -44,6 +49,10 @@
|
||||
<button name='defense-m' type='small' top='314' left='231'>-</button>
|
||||
<button name='defense-p' type='small' top='314' left='256'>+</button>
|
||||
|
||||
<!-- Right column -->
|
||||
<text size='large' top='32' left='291' width='228' height='16'>Skill (Cost):</text>
|
||||
<text size='large' top='32' left='431' width='228' height='16'>Level</text>
|
||||
|
||||
<text size='large' top='53' left='292' width='133' height='17'>Magic Skills:</text>
|
||||
<text name='mage' framed='true' top='76' left='435' width='28' height='16'/>
|
||||
<button name='mage-m' type='small' top='74' left='472'>-</button>
|
||||
@@ -77,8 +86,8 @@
|
||||
<text name='luck' framed='true' top='296' left='434' width='29' height='16'/>
|
||||
<button name='luck-m' type='small' top='294' left='472'>-</button>
|
||||
<button name='luck-p' type='small' top='294' left='497'>+</button>
|
||||
<text size='large' top='32' left='56' width='228' height='16'>Skill (Cost, Pts./Gold): Level</text>
|
||||
<text size='large' top='32' left='291' width='228' height='16'>Skill (Cost, Pts./Gold): Level</text>
|
||||
|
||||
<!-- Bottom -->
|
||||
<text top='365' left='6' width='382' height='16'>Alt-click +/- for skill description</text>
|
||||
|
||||
<text top='344' left='71' width='68' height='16'>Skill Pts.:</text>
|
||||
|
Reference in New Issue
Block a user