git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3330 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
19e1a53ebe
commit
9a0fc66875
@ -27,7 +27,7 @@ package org.bigbluebutton.modules.chat.maps
|
||||
public function openChatWindow():void {
|
||||
_chatWindow.title = ResourceUtil.getInstance().getString("bbb.chat.title");
|
||||
_chatWindow.showCloseButton = false;
|
||||
_chatWindow.xPosition = 675;
|
||||
_chatWindow.xPosition = 740;
|
||||
_chatWindow.yPosition = 0;
|
||||
|
||||
// Set the local dispatcher for this window so that it can send messages
|
||||
|
@ -32,7 +32,7 @@
|
||||
mouseMove="hideThumbnails()"
|
||||
creationComplete="onCreationComplete()"
|
||||
rollOut="hideThumbs()" xmlns:mate="http://mate.asfusion.com/"
|
||||
width="450" height="450" x="220" y="0"
|
||||
width="600" height="450" x="220" y="0"
|
||||
title="{currentPresentation}" keyUp="onKeyUp(event)">
|
||||
|
||||
<mate:Dispatcher id="globalDispatcher" />
|
||||
@ -241,7 +241,7 @@
|
||||
_yPosition = y;
|
||||
}
|
||||
|
||||
[Bindable] private var _defaultWidth:int = 450;
|
||||
[Bindable] private var _defaultWidth:int = 600;
|
||||
[Bindable] private var _defaultHeight:int = 450;
|
||||
|
||||
public function get defaultWidth():int{
|
||||
|
Loading…
Reference in New Issue
Block a user