Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
negesti committed Oct 18, 2018
2 parents 784c0d2 + cad5879 commit b670a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ MoveWindow.prototype = {
if (direction.indexOf("s") == -1) {
y = s.y;
} else {
y = (s.totalHeight - pos.height);
y = s.y + (s.totalHeight - pos.height);
}

if (direction.indexOf("w") == -1) {
Expand Down

0 comments on commit b670a78

Please sign in to comment.