I'm trying to edit my homescreen to get it perfect, and am having a little trouble. I have the Motorola Q, which is landscape. The default number of icons in the MRU is 10. The landscape screen of the Q can handle 12, maybe 13 icons. I tried editing the max-buttons= value to 12, but only 10 icons show up. I'm guessing the Smartphone has a max of 10 icons somewhere in there. I'm wondering if someone know of a regedit or something to allow me to increase the MRU to 12 icons. Here's the code for my current MRU plugin:

CODE
<!--MRU list: using small icons-->
    <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="27">
        <mru icon-size="16" max-buttons="12" x="6" y="1"/>
    </plugin>