From 779e710045ec60093bf2a8893122f792e34f7081 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Wed, 20 Nov 2019 21:51:36 -0800 Subject: [PATCH] Fix setup wizard height --- data/interfaces/default/welcome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/welcome.html b/data/interfaces/default/welcome.html index 60f38e7f..5378b9f8 100644 --- a/data/interfaces/default/welcome.html +++ b/data/interfaces/default/welcome.html @@ -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'},