From 54db5798257a151aaa0207e5f129ce0e0b2ed711 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 f3b93d9..7c906e1 100644 --- a/pytec/pytec/gui/view/param_tree.json +++ b/pytec/pytec/gui/view/param_tree.json @@ -154,11 +154,11 @@ "type": "float", "value": 0, "step": 0.1, + "decimals": 3, "limits": [ 0, 4 ], - "siPrefix": true, "suffix": "V", "noUnitEditing": true, "compactHeight": false,