I am attempting to align an image within mz <s:controlBarContent> to the right, but for some reason there is a very large gap between the image and the right side. Could someone please help?This is my code:<s:controlBarLayout> <s:HorizontalLayout variableColumnWidth="true"/> </s:controlBarLayout> <s:controlBarContent> <mx:Text color="#EC6500"> <mx:htmlText> <![CDATA[ <b><font size="18" font-weight="bold">Institut für Angewandte Geowissenschaften</font></b> <b><font size="12">Forschungsprojekte: Geo-Ressourcen und Geo-Risiken</font></b> ]]> </mx:htmlText> </mx:Text> <mx:Spacer width="100%"/> <s:Image height="100" source="@Embed(source='../images/logo.png')"/> </s:controlBarContent>