This commit is contained in:
Nils Maier 2019-09-10 09:33:32 +02:00
parent f1fa01a0eb
commit dccd530475

View File

@ -59,7 +59,7 @@ export class WindowStateTracker {
});
if (result.state !== "maximized") {
result.width = this.width;
result.theight = this.height;
result.height = this.height;
if (this.top >= 0) {
result.top = this.top;
result.left = this.left;