<mx:Panel
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:potlatch2="net.systemeD.potlatch2.*"
- height="76" width="129"
- headerHeight="6" headerColors="[black, gray]"
- borderThicknessRight="0" borderThicknessLeft="0" borderThicknessBottom="0"
- paddingLeft="4" paddingTop="4" layout="absolute" >
+ height="76" width="129" layout="absolute"
+ styleName="theToolBox">
<mx:Image data="@Embed('../../../embedded/close_small.png')"
includeInLayout="false" id="toolboxClose" click="toggle();"