#12721 free licence change 5

This commit is contained in:
Daniel Maya 2024-04-03 11:05:43 +02:00
parent cc78caf6d1
commit 0ceee98de7
1 changed files with 3 additions and 3 deletions

View File

@ -222,7 +222,7 @@ $(document).ready(function() {
}
if ($("#license_dialog_message").length) {
let height = 350;
let height = 570;
$("#license_dialog_message").dialog({
dialogClass: "no-close",
@ -230,8 +230,8 @@ $(document).ready(function() {
resizable: false,
draggable: true,
modal: true,
height: height,
width: 850,
height: "auto",
width: 800,
overlay: {
opacity: 0.5,
background: "black"