- fix window always getting bigger when moving the next/previous slide

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3363 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2010-01-19 21:41:30 +00:00
parent 5ea5c3a1b9
commit 2add47fd0b

View File

@ -180,7 +180,7 @@
slideHeight = this.height - CONTROL_BAR_HEIGHT - TOP_WINDOW_BORDER;
slideWidth = ((currentSlideWidth * slideHeight)/currentSlideHeight);
} else {
slideWidth = this.width;
slideWidth = this.width - WIDTH_PADDING;
slideHeight = ((currentSlideHeight * slideWidth)/currentSlideWidth);
}