How do I set the individual button sizes in a spark buttonbar? It used to be something like:
<mx:ButtonBar id="myButtonBar" buttonHeight="12" buttonWidth="250" >
I get an error when I try to do the same in spark..."cannot resolve attribute 'buttonHeight' for component type spark.components.ButtonBar". FYI, I don't want to create a separate skin...just something that will work in-line, if it's possible