show selected icons visually

This commit is contained in:
2025-06-30 23:17:34 -05:00
parent 27b8fba4dc
commit 05d7ec8f45
2 changed files with 33 additions and 1 deletions

View File

@@ -7,6 +7,16 @@
<text name='num' top='36' left='242' width='40' height='16'/>
<pict name='sheet' framed='true' scaled='true' type='full' num='0' top='54' left='12' width='280' height='360'/>
<!-- Icon grid segments -->
<tilemap name='zrows' anchor='sheet' relative='pos-in pos-in' top='0' left='0' rows='11' cols='10' framed='false'>
<line name='zrow' left='0' top='0' width='28' height='0'/>
<text height='36' left='0' top='0' />
</tilemap>
<tilemap name='zcols' anchor='sheet' relative='pos-in pos-in' top='0' left='0' rows='10' cols='11' framed='false'>
<line name='zcol' left='0' top='0' width='0' height='36'/>
<text width='28' left='0' top='0' />
</tilemap>
<!-- Whole-sheet operations -->
<button name='copy' type='regular' def-key='ctrl c' top='54' left='304'>Copy</button>
<button name='paste' type='regular' def-key='ctrl v' relative='pos-in pos-in' rel-anchor='prev' top='26' left='0'>Paste</button>