forked from M-Labs/thermostat
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.
This commit is contained in:
parent
2952df46ac
commit
50e88b9371
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user