From 637127d5421a9b5cd0762811ae493681e7b7573c Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Tue, 4 Nov 2025 17:44:03 +0000 Subject: [PATCH] Fix precision for contrast set it to 0, which gives a precision of multiples of 1. --- axisregistry/Lib/axisregistry/data/contrast.textproto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axisregistry/Lib/axisregistry/data/contrast.textproto b/axisregistry/Lib/axisregistry/data/contrast.textproto index f0ccd1c9e..22d5a616b 100644 --- a/axisregistry/Lib/axisregistry/data/contrast.textproto +++ b/axisregistry/Lib/axisregistry/data/contrast.textproto @@ -3,7 +3,7 @@ display_name: "Contrast" min_value: -100.0 default_value: 0.0 max_value: 100.0 -precision: 1 +precision: 0 fallback { name: "Reversed" value: -100.0 -- 2.47.3