I created a "splitButton" for Office Ribbon. I can see only two options for the button size, "normal" and "large". Is there any way to further increase the size of the splitbutton (i.e more than "large"). I looked at this link http://msdn.microsoft.com/en-us/library/dd950671(v=office.12).aspx but it was of no help. Presently I am using the follwing code:
<splitButton id="Button" size="large">
Does anybody know how to further increase the size of this button ( or atleast it's width ).
Thanks.