Skip to content

Commit

Permalink
move the chrome mic permission window down 50px
Browse files Browse the repository at this point in the history
  • Loading branch information
capilkey committed Aug 26, 2015
1 parent 0994e90 commit 7415d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml 100644 → 100755
Expand Up @@ -457,7 +457,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
var chromeBrowser:ChromeMicPermissionImage = PopUpManager.createPopUp(mdiCanvas, ChromeMicPermissionImage, true) as ChromeMicPermissionImage;
chromeBrowser.addEventListener(FlexEvent.CREATION_COMPLETE, function(e:Event):void {
chromeBrowser.x = 20;
chromeBrowser.y = 80;
chromeBrowser.y = 130;
});
}
}
Expand Down

0 comments on commit 7415d5a

Please sign in to comment.