From 7cd54ebf02057f124228b43c11ff6b363071be37 Mon Sep 17 00:00:00 2001 From: deniszgonjanin <deniszgonjanin@gmail.com> Date: Wed, 8 Sep 2010 04:14:05 +0000 Subject: [PATCH] Fixed some display issues on the client regarding the improvements to the desktop sharing --- .../modules/deskshare/view/components/DesktopViewWindow.mxml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopViewWindow.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopViewWindow.mxml index 0283c5d6cd..f6732e8174 100755 --- a/bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopViewWindow.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopViewWindow.mxml @@ -159,7 +159,6 @@ } public function startVideo(connection:NetConnection, stream:String, width:Number, height:Number):void{ - Alert.show("" + width + "x" + height); this.videoWidth = width; this.videoHeight = height; @@ -308,7 +307,7 @@ <mx:Image id="cursorImg" visible="false" source="@Embed('../../assets/images/cursor4.png')"/> <mx:ControlBar id="bottomBar" height="35" horizontalAlign="center"> - <mx:Button id="btnActualSize" toggle="true" click="determineHowToDisplayVideo()" selected="true" + <mx:Button id="btnActualSize" toggle="true" click="determineHowToDisplayVideo()" selected="false" height="90%" label="{btnActualSize.selected ? ResourceUtil.getInstance().getString('bbb.desktopView.fitToWindow') : ResourceUtil.getInstance().getString('bbb.desktopView.actualSize')}" toolTip="{ResourceUtil.getInstance().getString('bbb.desktopView.fitToWindow')}" /> </mx:ControlBar> -- GitLab