Smaller MRU icons Does anyone know how to make MRU Icons smaller than size 16?
I have cusotmized a homescreen and have one issue that is bugging me. The problem is I have the MRU icons on the very bottom, however they seem to expand below the visible surface of the Q so that if I scroll down to the MRU line it has to jog the entire screen up to see them fully. I am using this plugin: <plugin file="sysplug.dll" clsid="{79EFB752-CB70-446d-B317-499723482B3D}" height="25">
<background b-border-width="0"/>
<mru icon-size="16" x="32" y="0" halign="center" valign="bottom" max-buttons="10" />
<format state="selected" bgcolor="#000000" font-weight="bold" fgcolor="#000000"/>
<appname halign="center" x="0" y="31" font-size="11" fgcolor="#000000"/>
</plugin>
Everytime I change the value of icon-size (from 16 to 12 or 20, etc.) I get Large icons rather than what I would think would be the correct size difference to the # value I am adding.
Any suggestions? |