Fix setup wizard height

This commit is contained in:
JonnyWong16 2019-11-20 21:51:36 -08:00
commit 779e710045

View file

@ -332,7 +332,7 @@ $(document).ready(function() {
$.fn.wizard.logging = false;
var options = {
keyboard : false,
contentHeight : 400,
contentHeight : 450,
contentWidth : 700,
backdrop: 'static',
buttons: {submitText: 'Finish'},