Guest ceko2000 Posted September 14, 2008 Report Posted September 14, 2008 Hi all, I´m using the standard Home Screen with 2 Plugins. It´s enough for me. The only thing I want to change is the Icon size on the startmru. That´s under the Icon Bar and between the carrier & clock. I find the value to change the hihgt, but the icons stay in the same size. Here the code: background bgimage="\windows\WindowsMobile.jpg" bgimage-rotated="\windows\WindowsMobileLS.jpg" valign="bottom" bgcolor="COLOR_TRAYGRADLEFT" /> How can I change the size? The Apps are changing, depending on which I use. Can I make them stay stabile? Do I have to use a Plug In for that? Thank you for your help. Greets ceko
Guest Jay Robb Posted October 26, 2008 Report Posted October 26, 2008 Hi all, I´m using the standard Home Screen with 2 Plugins. It´s enough for me. The only thing I want to change is the Icon size on the startmru. That´s under the Icon Bar and between the carrier & clock. I find the value to change the hihgt, but the icons stay in the same size. Here the code: background bgimage="\windows\WindowsMobile.jpg" bgimage-rotated="\windows\WindowsMobileLS.jpg" valign="bottom" bgcolor="COLOR_TRAYGRADLEFT" /> How can I change the size? The Apps are changing, depending on which I use. Can I make them stay stabile? Do I have to use a Plug In for that? Thank you for your help. Greets ceko I have only made 2 themes, that is why I am here learning. but to answer your question as best as I know... <!-- MRU --> <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="32"> <mru x="2" y="0" bgcolor="transparent" highlight="#ffffff" icon-size="16" max-buttons="10"/> </plugin> you can change: height="?" this is how tall the plugin is x="?" this is how far over from the left the plugun is y="?" this is how far down within the plugin bgcolor="?" this is the background color highlight="?" highlight color icon-size="?" this is what you want, two sizes large 32 and small 16 max-buttons="?" how many buttons you want, more than the space you have they will scroll so there it all I know on this plugin.. I hope it helps
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now