From 67e0e97eda5c9f52478c9079a4b2e48ab2957bb8 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Thu, 27 Oct 2022 22:36:13 +1100 Subject: [PATCH] Increases size of bounding box handles --- frontend/src/features/tabs/Inpainting/util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/features/tabs/Inpainting/util/constants.ts b/frontend/src/features/tabs/Inpainting/util/constants.ts index 582f1007d2..85fc3eb97c 100644 --- a/frontend/src/features/tabs/Inpainting/util/constants.ts +++ b/frontend/src/features/tabs/Inpainting/util/constants.ts @@ -5,6 +5,6 @@ export const DASH_WIDTH = 4; export const MARCHING_ANTS_SPEED = 30; // bounding box anchor size -export const TRANSFORMER_ANCHOR_SIZE = 10; +export const TRANSFORMER_ANCHOR_SIZE = 15;