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:
parent
3ffea88b3a
commit
1b20d0bcdf
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user