Increases default size of authentication popup.

This commit is contained in:
paweldomas 2015-01-05 08:04:15 +01:00
parent 427dc093cc
commit f1cb3af345
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -905,7 +905,7 @@ function authenticateClicked() {
Moderator.getAuthUrl(function (url) {
// Open popup with authentication URL
authenticationWindow = messageHandler.openCenteredPopup(
url, 500, 400,
url, 910, 660,
function () {
// On popup closed - retry room allocation
Moderator.allocateConferenceFocus(