From 8b5dbb7a99a92943d77d84c5e8d7a9e1062dcef2 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Fri, 7 Feb 2025 23:14:59 +0100 Subject: [PATCH] reduction of image height for better aspect ratio --- tools/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config.sh b/tools/config.sh index a604381..3f54a0b 100644 --- a/tools/config.sh +++ b/tools/config.sh @@ -1,7 +1,7 @@ Img_Width=1024 -Img_Height=768 +Img_Height=720 TEXTCOL="orange" STROKOL="darkblue"