From d1fe99f3d5a6e77eb1f646f0d564959733d50320 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 14 Mar 2023 20:44:04 -0700 Subject: [PATCH] Fix missing anchor points in slider. Fixes #2750 --- web/utils/config-constants.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 163bb3eaa..3daf75d9d 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -435,9 +435,9 @@ export const ENCODER_PRESET_SLIDER_MARKS = { }, label: 'lowest', }, - 1: '', - 2: '', - 3: '', + 1: ' ', + 2: ' ', + 3: ' ', 4: { style: { marginLeft: '-15px',