diff --git a/scripts/GUI/entrypoints/ManagedWindow.js b/scripts/GUI/entrypoints/ManagedWindow.js index 925670e..979f043 100644 --- a/scripts/GUI/entrypoints/ManagedWindow.js +++ b/scripts/GUI/entrypoints/ManagedWindow.js @@ -2,7 +2,7 @@ import Window from "/scripts/GUI/window.js"; export default class ManagedWindow { constructor () { - this.instance = new Window("/pages/popup.htm", {"width": "120", "height": "200", "type": "popup", "hidden": true}); + this.instance = new Window("/pages/popup.htm", {"width": "500", "height": "500", "type": "popup", "hidden": true}); } /*