- fixed "Upload presentation" being cutoff. DJP describe the scenario here http://code.google.com/p/bigbluebutton/source/detail?r=3486

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3487 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2010-01-25 15:01:15 +00:00
parent 7324697a65
commit 6865bac773

View File

@ -470,6 +470,7 @@
private function showUploadPresentationLabel(show:Boolean):void {
if (show) {
uploadPresentationLabel.text = ResourceUtil.getInstance().getString('bbb.presentation.clickToUpload');
uploadPresentationLabel.width = 150;
} else {
uploadPresentationLabel.text = "";
uploadPresentationLabel.width = 10;