swamphox wrote:What reason if any, would prevent me from changing the value. I changed the value in the range but theamount still won't go above 200. Any reason?
Basically, we create limits to prevent layout getting our of control. Also, it seems you are editing XML files directly? This should be avoided for the sake of easier updated, but suit yourself. You can force a value higher than 200 by changing the RANGE attribute. For example:
<menubutton_height type="integer" description="Sets the initial height of the menubutton when the menu is collapsed" range="0,300">300</menubutton_height>
As you can see, I set the value to 300, but also had to increase the "range" attribute to 300.