Skip to content
Snippets Groups Projects
Commit 1376f8de authored by Richard Alam's avatar Richard Alam
Browse files

- move up log window when it opens

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1586 af16638f-c34d-0410-8cfa-b39d5352b314
parent da762f51
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@
private function openLogWindow():void {
mdiCanvas.windowManager.add(logWindow);
mdiCanvas.windowManager.absPos(logWindow, 200, 700);
mdiCanvas.windowManager.absPos(logWindow, 100, 500);
}
private function toggleFullScreen():void{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment