Change license windows style - #1437

This commit is contained in:
enriquecd 2017-11-10 10:13:24 +01:00
parent a38f47b4a9
commit 845db988e8
1 changed files with 3 additions and 3 deletions

View File

@ -147,11 +147,11 @@ $(document).ready (function () {
$( "#license_error_msg_dialog" ).dialog({
dialogClass: "no-close",
closeOnEscape: false,
resizable: true,
resizable: false,
draggable: true,
modal: true,
height: 350,
width: 720,
height: 450,
width: 850,
overlay: {
opacity: 0.5,
background: "black"