From 50e88b93714a97753a977e787d95ef945f8ca506 Mon Sep 17 00:00:00 2001 From: atse Date: Fri, 28 Jun 2024 11:21:21 +0800 Subject: [PATCH] Stop crushing spinbox in ctrl_panel It might work on some themes, but on the default Qt theme the spinbox are slim. See https://github.com/pyqtgraph/pyqtgraph/issues/701. --- pytec/pytec/gui/view/param_tree.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pytec/pytec/gui/view/param_tree.json b/pytec/pytec/gui/view/param_tree.json index 1ca7c49..e6b3020 100644 --- a/pytec/pytec/gui/view/param_tree.json +++ b/pytec/pytec/gui/view/param_tree.json @@ -51,6 +51,7 @@ ], "triggerOnShow":true, "decimals":6, + "compactHeight":false, "param":[ "pwm", "ch", @@ -69,6 +70,7 @@ 300 ], "format":"{value:.4f}", + "compactHeight":false, "param":[ "pid", "ch", @@ -91,6 +93,7 @@ "value":0, "step":100, "decimals":6, + "compactHeight":false, "limits":[ 0, 2000 @@ -109,6 +112,7 @@ "value":0, "step":100, "decimals":6, + "compactHeight":false, "limits":[ 0, 2000 @@ -131,6 +135,7 @@ 5 ], "siPrefix":true, + "compactHeight":false, "param":[ "pwm", "ch", @@ -160,6 +165,7 @@ 100 ], "format":"{value:.4f}", + "compactHeight":false, "param":[ "s-h", "ch", @@ -175,6 +181,7 @@ "value":10000, "step":1, "siPrefix":true, + "compactHeight":false, "param":[ "s-h", "ch", @@ -190,6 +197,7 @@ "value":3950, "step":1, "decimals":4, + "compactHeight":false, "param":[ "s-h", "ch", @@ -230,6 +238,7 @@ "type":"float", "step":0.1, "suffix":"", + "compactHeight":false, "param":[ "pid", "ch", @@ -243,6 +252,7 @@ "type":"float", "step":0.1, "suffix":"Hz", + "compactHeight":false, "param":[ "pid", "ch", @@ -256,6 +266,7 @@ "type":"float", "step":0.1, "suffix":"s", + "compactHeight":false, "param":[ "pid", "ch", @@ -279,6 +290,7 @@ 2000 ], "decimals":6, + "compactHeight":false, "param":[ "pid", "ch", @@ -296,6 +308,7 @@ 2000 ], "decimals":6, + "compactHeight":false, "param":[ "pid", "ch", @@ -318,6 +331,7 @@ "value":20, "step":0.1, "format":"{value:.4f}", + "compactHeight":false, "pid_autotune":[ "target_temp", "ch" @@ -329,6 +343,7 @@ "type":"float", "value":0, "decimals":6, + "compactHeight":false, "step":100, "limits":[ -2000, @@ -347,6 +362,7 @@ "step":0.1, "prefix":"±", "format":"{value:.4f}", + "compactHeight":false, "pid_autotune":[ "temp_swing", "ch" @@ -359,6 +375,7 @@ "value":3.0, "step":0.1, "format":"{value:.4f}", + "compactHeight":false, "pid_autotune":[ "lookback", "ch"