Increase the default size of the Grant Wizard to enable it to properly display privileges at the default size on smaller displays. Fixes #2013

This commit is contained in:
Murtuza Zabuawala 2017-06-21 11:08:23 +01:00 committed by Dave Page
parent bf5a2252af
commit f0202228d0

View File

@ -1121,7 +1121,7 @@ define([
}
// Call Grant Wizard Dialog and set dimensions for wizard
alertify.wizardDialog(true).resizeTo('40%', '60%');
alertify.wizardDialog(true).resizeTo('55%', '75%');
}
};