int/uint type on all relevant fields (I hope)

This commit is contained in:
2025-05-26 08:41:09 -05:00
parent 9de231c882
commit 49b24f997f
28 changed files with 187 additions and 262 deletions

View File

@@ -7,7 +7,7 @@
<text top='50' left='10' width='100' height='16'>Name:</text>
<field name='name' top='48' left='110' width='200' height='16'/>
<text top='75' left='10' width='100' height='16'>Special Node:</text>
<field name='node' top='74' left='110' width='80' height='16'/>
<field name='node' type='int' top='74' left='110' width='80' height='16'/>
<button name='edit' type='large' top='71' left='200'>Create/Edit</button>
<text top='100' left='10' width='100' height='16'>Quantity:</text>
<field name='amount' type='uint' top='98' left='110' width='80' height='16'/>