set the width of the extension popup window

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 22:09:45 +08:00
parent b9fa789ecd
commit c9f4707e09

View file

@ -2,7 +2,7 @@ import Window from "/scripts/GUI/window.js";
export default class ManagedWindow { export default class ManagedWindow {
constructor () { 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});
} }
/* /*