Skip to content

Commit

Permalink
FLUID-4619: Fixing the height of the transcript area.
Browse files Browse the repository at this point in the history
  • Loading branch information
anvk committed Feb 28, 2012
1 parent 90f040f commit 59e13e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/VideoPlayer.js
Expand Up @@ -570,7 +570,7 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt

videoControllersContainer.css({width: videoWidth});

that.locate("transcript").css("height", videoControllersContainer.height());
that.locate("transcript").css("height", videoControllersContainer.height() - 2);

var transcriptWidth = that.locate("transcript").width();
if (!that.model.displayTranscripts) {
Expand Down

0 comments on commit 59e13e0

Please sign in to comment.