Adjust crop size step from 15 to 5 pixels for finer control in video editing

This commit is contained in:
2025-12-22 12:31:32 +01:00
parent 5c44d147b0
commit a369b84d39

View File

@@ -756,7 +756,7 @@ class VideoEditor:
IMAGE_EXTENSIONS = {".jpg", ".jpeg", ".png", ".bmp", ".tiff", ".tif", ".webp", ".jp2", ".pbm", ".pgm", ".ppm", ".sr", ".ras"}
# Crop adjustment settings
CROP_SIZE_STEP = 15 # pixels to expand/contract crop
CROP_SIZE_STEP = 5 # pixels to expand/contract crop
# Motion tracking settings
TRACKING_POINT_THRESHOLD = 10 # pixels for delete/snap radius