From 2bec253098468877d09e33b7f173fa8328f132fa Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:25:43 +0100 Subject: [PATCH] Update Custom.form.php --- emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php index 9e04f95d8..32c109aec 100644 --- a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php +++ b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php @@ -1913,6 +1913,8 @@ $(function() { $('.advancedview').change(function () { if ($(this).is(':checked')) { setTimeout(function() { + var xmlPanelHeight = window.outerHeight - 550; + editor.setSize(null,xmlPanelHeight); editor.refresh(); }, 100); }