improve the dimensions of the deskshare publish window

This commit is contained in:
Felipe Cecagno 2015-06-01 14:45:40 -03:00
parent 2e7e968dd1
commit 9857f8d53b

View File

@ -29,7 +29,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
initialize="init()"
creationComplete="onCreationComplete()"
verticalScrollPolicy="off" horizontalScrollPolicy="off"
width="365" height="350"
width="326" height="262"
title="{ResourceUtil.getInstance().getString('bbb.desktopPublish.title')}"
resizable="false">
@ -106,7 +106,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
}
private function onCreationComplete():void {
windowControls.maximizeRestoreBtn.enabled = false;
windowControls.maximizeRestoreBtn.visible = windowControls.maximizeRestoreBtn.includeInLayout = false;
cursor = new Sprite();
cursor.graphics.lineStyle(6, 0xFF0000, 0.6);