From f7bb2f4524dfa12ab039ecc772a16bc96390bf06 Mon Sep 17 00:00:00 2001 From: Richard Alam Date: Sun, 24 Jan 2010 15:01:48 +0000 Subject: [PATCH] - ui tweak on presentation window git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3469 af16638f-c34d-0410-8cfa-b39d5352b314 --- .../present/views/PresentationWindow.mxml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/present/views/PresentationWindow.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/present/views/PresentationWindow.mxml index 90c55faaeb..73c2873e7c 100644 --- a/bigbluebutton-client/src/org/bigbluebutton/modules/present/views/PresentationWindow.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/present/views/PresentationWindow.mxml @@ -468,7 +468,14 @@ } private function showUploadPresentationLabel(show:Boolean):void { - uploadPresentationLabel.text = ResourceUtil.getInstance().getString('bbb.presentation.clickToUpload'); + if (show) { + uploadPresentationLabel.text = ResourceUtil.getInstance().getString('bbb.presentation.clickToUpload'); + // uploadPresentationLabel.width = 100; + } else { + uploadPresentationLabel.text = ""; + uploadPresentationLabel.width = 10; + } + uploadPresentationLabel.visible = show; } @@ -507,20 +514,20 @@ toolTip="{ResourceUtil.getInstance().getString('bbb.presentation.uploadPresBtn')}" click="dispatchEvent(new UploadEvent(UploadEvent.OPEN_UPLOAD_WINDOW))"/> - + - - + dataTipFormatFunction="removeDecimalFromDataTip" change="onSliderZoom()" width="75"/> + + \ No newline at end of file