Jump to content

Windows Default Home Screen


Guest duncan888

Recommended Posts

Guest duncan888

Hi, Does anyone know where i can get the original Windows Homescreen but with small programs icons instead of the original big icons?

I've seen pictures of it but can't remember where from.

Thanks

Link to comment
Share on other sites

  • 2 months later...
You have to change the icon size of the MRU to 16 in the xml to get that.

I'm using the full.home.xml screen, however, there's no icon size specified at all in the code? Does this mean I need to add the command? If so, where exactly? Thanks!

Link to comment
Share on other sites

Guest lighthouse82

here's my piece of code for a small-icon mru in windows default homescreen:

<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="18">


  <mru x="-2" max-buttons="10" icon-size="16"/>


	</plugin>

i was xxxxxx off at having one icon not showing, so i put in the x=-2 value to get all 10 on the screen. it cuts 2 pixels off the edges of the 1st and 10th, but it's worth it afaic. in any case, this code shows you where you have to insert the icon-size value.

laters

EDITED BY DISCO STU FOR SWEARING - BE COOL GUYS

EDIT: sorry disco stu - i meant hacked off :)

Edited by lighthouse82
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.