From 621111d771add727ca9c1f4f6b6b5d3279507ab4 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Thu, 19 Feb 2015 18:38:47 -0800 Subject: [PATCH] fix it --- acatcher/fix_windows.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/acatcher/fix_windows.sh b/acatcher/fix_windows.sh index 5de6daf..43bdb6e 100755 --- a/acatcher/fix_windows.sh +++ b/acatcher/fix_windows.sh @@ -4,8 +4,8 @@ WINDOW_WIDTH=320 WINDOW_HEIGHT=240 -CHROME_WIDTH_OFFSET=2 -CHROME_HEIGHT_OFFSET=20 +CHROME_WIDTH_OFFSET=5 +CHROME_HEIGHT_OFFSET=40 # end of user configurable section @@ -22,7 +22,7 @@ echo "display is $WIDTH x $HEIGHT" # start at 0,0 X=0 -Y=0 +Y=$CHROME_HEIGHT_OFFSET NUM=0 while read ROOM; do