1
0
forked from 0ad/0ad

shrink displayed rank icons to actual resolution of 16x16

This was SVN commit r9457.
This commit is contained in:
WhiteTreePaladin 2011-05-06 02:19:36 +00:00
parent 022950a540
commit 6f3761a73a

View File

@ -512,7 +512,7 @@
<!-- Big unit icon -->
<object size= "50%-48 40 50%+48 136" type="image" name="iconBorder" tooltip_style="sessionToolTip">
<object size="2 2 100%-2 100%-2" type="image" name="icon" ghost="true"/>
<object size="100%-22 4 100%-2 24" name="rankIcon" type="image" sprite="" ghost="true"/>
<object size="100%-20 4 100%-4 20" name="rankIcon" type="image" sprite="" ghost="true"/>
<object type="image" sprite="glassSquareIcon" ghost="true"/>
</object>