From 9a1803574061dc23c3af63f75a7d6ebdc3d77ac0 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Mon, 5 Aug 2024 18:46:11 +0200 Subject: [PATCH] tweak for more modern larger android screen caps --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 8013e0f..cfe4e34 100755 --- a/test.sh +++ b/test.sh @@ -63,7 +63,7 @@ text_label_top_02_textbox_height="300" bg_color_bottom="#fcfcfc" -phoneframe_width=$[ $width - 300 ] +phoneframe_width=$[ $width - 430 ] phoneframe_height=$[ $height * 2 / 3 ] phoneframe_start_x=$[ $[ $width - $phoneframe_width ] / 2 ] phoneframe_start_y=$[ $[ $height / 3 ] + 30 ]