Reducing the MRU Icon Size on the Home Screen
This is how to reclaim some space on your home screen by reducing the recent program icon size. This information on how to change the icon size for the home page was taken from a discussion here.
First how to find and edit your home screen XML file:
Quote:
Originally Posted by kris_kumar
Search for files by the following name xxxxx.home.xml.
eg. Full.Home.XML
If you never tweaked the Home Screens. Look for the files under \Windows folder.
If you are using a custom Home Screen, they can be found here
\IPSM\Application Data\Home\
To modify the Screen. Make a copy the HomeScreen you like to your desktop. Lets say you copied Full.Home.XML to your PC. Then rename it to MyFull.Home.XML.
NExt open the XML in a notepad. Before you look for the MRU. Change the <title lang="nnnn"> Full Layout</title> to <title lang="nnnn">My Full Layout</title> for each Lang entry.
Then modify the MRU icon size.
Next Copy the MyFull.Home.XML to \IPSM\Application Data\Home.
Now launch the Program->Settings->Home Screen. And Select "My Full Layout" from the List.
Kris
|
And this is the settings you want to use for the reduced icon size:
Quote:
Originally Posted by pete
- <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="20">
<mru y="1" icon-size="16" halign="left" valign="centre" />
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHTTEXT" />
</plugin>
|
__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
|