- make chat window a little bit smaller

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1912 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2009-07-17 18:43:35 +00:00
parent cb318ac43a
commit e14da57d65

View File

@ -22,7 +22,7 @@
<MDIWindow xmlns="flexlib.mdi.containers.*"
xmlns:mx="http://www.adobe.com/2006/mxml"
width="600" height="300" showCloseButton="false"
width="590" height="300" showCloseButton="false"
focusEnd="setFocusOff()"
creationComplete="init()"
implements="org.bigbluebutton.common.IBbbModuleWindow" xmlns:components="org.bigbluebutton.modules.chat.view.components.*">