remove horizontal scroll bars on the listeners module

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2732 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Jeremy Thomerson 2009-10-28 21:11:17 +00:00
parent 3ffea88b3a
commit 1b20d0bcdf

View File

@ -71,6 +71,6 @@
</mx:Script>
<mx:Button id="muteBtn" width="18" height="16" icon="{data.muted ? muteIcon : unmuteIcon}"
click="muteUser()"/>
<mx:Label id="nameLabel" text="{data.callerName}" toolTip="Select this user and click button to mute or unmute."/>
<mx:Label id="nameLabel" width="80%" text="{data.callerName}" toolTip="Select this user and click button to mute or unmute."/>
<mx:Image id="talkImg" source="{talkIcon}" visible="{data.talking}" toolTip="Talking"/>
</mx:HBox>