From 3ae89760abeb8a684f14d9585b733017c600b1db Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 22 Jul 2024 15:38:27 +0800 Subject: [PATCH] ctrl_panel: Fix max_v to only have unit "V" As most users do not need to limit TEC voltage with accuracy of less than 1mV. --- pytec/pytec/gui/view/param_tree.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytec/pytec/gui/view/param_tree.json b/pytec/pytec/gui/view/param_tree.json index 8e4ab28..42e4e5a 100644 --- a/pytec/pytec/gui/view/param_tree.json +++ b/pytec/pytec/gui/view/param_tree.json @@ -145,11 +145,11 @@ "type": "float", "value": 0, "step": 0.1, + "decimals": 3, "limits": [ 0, 4 ], - "siPrefix": true, "suffix": "V", "noUnitEditing": true, "compactHeight": false,