diff --git a/pandora_console/include/javascript/pandora_taskList.js b/pandora_console/include/javascript/pandora_taskList.js index 75d95df026..de72b55c6b 100644 --- a/pandora_console/include/javascript/pandora_taskList.js +++ b/pandora_console/include/javascript/pandora_taskList.js @@ -86,8 +86,12 @@ function show_map(id, name) { resizable: true, draggable: true, modal: false, - width: 1280, - height: 700 + width: 900, + height: 550, + position: { + my: "cener", + at: "center" + } }) .show();