Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Dec 15, 2019
1 parent 304d0bb commit 5e7607b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multrin",
"version": "1.0.1",
"version": "1.1.1",
"description": "Tabbed window organizer",
"keywords": [
"organizer",
Expand Down Expand Up @@ -98,4 +98,4 @@
"ia32"
]
}
}
}
2 changes: 1 addition & 1 deletion src/main/windows/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export class AppWindow extends BrowserWindow {
const contentBounds = this.getContentArea();
const scaleFactor = this.draggedWindow.getMonitor().getScaleFactor();

const realY = Math.floor(e.y / scaleFactor);
const realY = Math.floor(e.y / scaleFactor);
e.y = winBounds.y;
e.x = Math.floor(e.x / scaleFactor);

Expand Down

0 comments on commit 5e7607b

Please sign in to comment.