Guest vjgrace Posted July 30, 2006 Report Posted July 30, 2006 Hello, Is there a tweak or technique to change the large icons on the MRU list to the small icons so more recently used icons fit on the homescreen? Any help would be greatly appreciated. Thanks so much, vjgrace
Guest anando Posted July 30, 2006 Report Posted July 30, 2006 Hello, Is there a tweak or technique to change the large icons on the MRU list to the small icons so more recently used icons fit on the homescreen? Any help would be greatly appreciated. Thanks so much, vjgrace Yes, its possible to do so using the icon-size tag in the homescreen XML file. Open up the homescreen XML file in any text editor (i prefer Programmer's notepad2) and find the startmru plugin and add/modify the icon-size tag and set it to use 16px size icons. An example from my XML file is as follows: <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="45"> <background b-border-width="0"> </background> <mru y="15" icon-size="16"/> </plugin>
Guest vjgrace Posted July 30, 2006 Report Posted July 30, 2006 Yes, its possible to do so using the icon-size tag in the homescreen XML file. Open up the homescreen XML file in any text editor (i prefer Programmer's notepad2) and find the startmru plugin and add/modify the icon-size tag and set it to use 16px size icons. An example from my XML file is as follows: <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="45"> <background b-border-width="0"> </background> <mru y="15" icon-size="16"/> </plugin> Thanks so much, that worked great!! Additionally, do you know how to allow 10 small icons on MRU list rather than 9 small icons? What about continuous scrolling (i.e. when you scroll to the last icon on MRU list it automatically starts again at the beginning)? Thanks again for your input/advice. vjgrace
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now