diff --git a/scripts/GUI/entrypoints/ManagedWindow.js b/scripts/GUI/entrypoints/ManagedWindow.js index 979f043..5d759a7 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": "500", "height": "500", "type": "popup", "hidden": true}); + this.instance = new Window("/pages/popup.htm", {"width": 500, "height": 500, "type": "popup", "hidden": true}); } /*