git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3330 af16638f-c34d-0410-8cfa-b39d5352b314

This commit is contained in:
Denis Zgonjanin 2010-01-18 21:38:04 +00:00
parent 19e1a53ebe
commit 9a0fc66875
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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{