set the width of the extension popup window
This commit is contained in:
parent
b9fa789ecd
commit
c9f4707e09
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue