commit f3252371477c37e735cbf59c680fa263171f1ca4
parent 301ad4949e2cffb58365c84ad28056b5330f3bb2
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sat, 31 Dec 2016 22:22:40 +0100
Try to fix heigth
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/screencap.js b/screencap.js
@@ -242,7 +242,7 @@ function portalinfoScreen(){
top: clipRect.top,
left: clipRect.left,
width: clipRect.width,
- height: clipRect.height
+ height: clipRect.bottom - clipRect.top
}
setTimeout(function() {s(filepath)}, "1000");
},
@@ -255,7 +255,7 @@ function portalinfoScreen(){
top: clipRect.top,
left: clipRect.left,
width: clipRect.width,
- height: clipRect.height
+ height: clipRect.bottom - clipRect.top
}
setTimeout(function() {s(filepath)}, "1000");
}