text size fix

This commit is contained in:
creepereater201
2026-06-21 00:21:16 +01:00
parent 2f14837ebf
commit eb0a1b258c
7 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ if %errorlevel%==0 (
) else (
set "PY=py -3"
)
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%"
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%" --text-image-max-height 36
if errorlevel 1 (
echo.
echo Failed.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 KiB

After

Width:  |  Height:  |  Size: 409 KiB

View File

@@ -9,7 +9,7 @@ if %errorlevel%==0 (
) else (
set "PY=py -3"
)
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%"
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%" --text-image-max-height 36
if errorlevel 1 (
echo.
echo Failed.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 KiB

After

Width:  |  Height:  |  Size: 387 KiB