Skip to content

Commit

Permalink
tweak for more modern larger android screen caps
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Aug 5, 2024
1 parent 16aea24 commit 9a18035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 9a18035

Please sign in to comment.