<mx:HBox horizontalGap="0">
     <mx:Text condenseWhite="true" text="hi"/>
     <mx:Text condenseWhite="true" text="there"/>
</mx:HBox>

-TH

--- In flexcoders@yahoogroups.com, "whatabrain" <[EMAIL PROTECTED]> wrote:
>
> I create the following objects inside an mx:TitleWindow:
>
> <mx:HBox>
> <mx:Text condenseWhite="true" text="hi"/>
> <mx:Text condenseWhite="true" text="there"/>
> </mx:HBox>
>
>
> The display has 20px or so of space between the two text elements. How
> can I get rid of this space? Should I be using something other than
> mx:Text?
>


Reply via email to