Update desktop.js

master
zmv7 2021-01-23 13:21:04 +05:00 committed by GitHub
parent e79235616b
commit 930486bafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ var maximiseWindow = function(id) {
top: 0,
left: 0,
width: $(window).width(),
height: $(window).height() - 38
height: $(window).height()
});
};