forked from M-Labs/thermostat
ctrl_panel: Stop crushing spinboxes
It might not be the case on some themes, but on the default Qt theme the spinbox are a bit too short for the containing numbers. See https://github.com/pyqtgraph/pyqtgraph/issues/701.
This commit is contained in:
parent
7b899eca2a
commit
ada95ec243
@ -60,6 +60,7 @@
|
|||||||
"suffix": "A",
|
"suffix": "A",
|
||||||
"siPrefix": true,
|
"siPrefix": true,
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pwm",
|
"pwm",
|
||||||
"ch",
|
"ch",
|
||||||
@ -81,6 +82,7 @@
|
|||||||
"format": "{value:.4f} {suffix}",
|
"format": "{value:.4f} {suffix}",
|
||||||
"suffix": "°C",
|
"suffix": "°C",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pid",
|
"pid",
|
||||||
"ch",
|
"ch",
|
||||||
@ -113,6 +115,7 @@
|
|||||||
"pinSiPrefix": "m",
|
"pinSiPrefix": "m",
|
||||||
"suffix": "A",
|
"suffix": "A",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pwm",
|
"pwm",
|
||||||
"ch",
|
"ch",
|
||||||
@ -136,6 +139,7 @@
|
|||||||
0,
|
0,
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pwm",
|
"pwm",
|
||||||
"ch",
|
"ch",
|
||||||
@ -157,6 +161,7 @@
|
|||||||
"siPrefix": true,
|
"siPrefix": true,
|
||||||
"suffix": "V",
|
"suffix": "V",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pwm",
|
"pwm",
|
||||||
"ch",
|
"ch",
|
||||||
@ -189,6 +194,7 @@
|
|||||||
"format": "{value:.4f} {suffix}",
|
"format": "{value:.4f} {suffix}",
|
||||||
"suffix": "°C",
|
"suffix": "°C",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"s-h",
|
"s-h",
|
||||||
"ch",
|
"ch",
|
||||||
@ -206,6 +212,7 @@
|
|||||||
"siPrefix": true,
|
"siPrefix": true,
|
||||||
"suffix": "Ω",
|
"suffix": "Ω",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"s-h",
|
"s-h",
|
||||||
"ch",
|
"ch",
|
||||||
@ -223,6 +230,7 @@
|
|||||||
"suffix": "K",
|
"suffix": "K",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
"decimals": 4,
|
"decimals": 4,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"s-h",
|
"s-h",
|
||||||
"ch",
|
"ch",
|
||||||
@ -266,6 +274,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"step": 0.1,
|
"step": 0.1,
|
||||||
"suffix": "",
|
"suffix": "",
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pid",
|
"pid",
|
||||||
"ch",
|
"ch",
|
||||||
@ -281,6 +290,7 @@
|
|||||||
"step": 0.1,
|
"step": 0.1,
|
||||||
"suffix": "Hz",
|
"suffix": "Hz",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pid",
|
"pid",
|
||||||
"ch",
|
"ch",
|
||||||
@ -296,6 +306,7 @@
|
|||||||
"step": 0.1,
|
"step": 0.1,
|
||||||
"suffix": "s",
|
"suffix": "s",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pid",
|
"pid",
|
||||||
"ch",
|
"ch",
|
||||||
@ -325,6 +336,7 @@
|
|||||||
"pinSiPrefix": "m",
|
"pinSiPrefix": "m",
|
||||||
"suffix": "A",
|
"suffix": "A",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pid",
|
"pid",
|
||||||
"ch",
|
"ch",
|
||||||
@ -347,6 +359,7 @@
|
|||||||
"pinSiPrefix": "m",
|
"pinSiPrefix": "m",
|
||||||
"suffix": "A",
|
"suffix": "A",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pid",
|
"pid",
|
||||||
"ch",
|
"ch",
|
||||||
@ -373,6 +386,7 @@
|
|||||||
"format": "{value:.4f} {suffix}",
|
"format": "{value:.4f} {suffix}",
|
||||||
"suffix": "°C",
|
"suffix": "°C",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"pid_autotune": [
|
"pid_autotune": [
|
||||||
"target_temp",
|
"target_temp",
|
||||||
"ch"
|
"ch"
|
||||||
@ -394,6 +408,7 @@
|
|||||||
"pinSiPrefix": "m",
|
"pinSiPrefix": "m",
|
||||||
"suffix": "A",
|
"suffix": "A",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"pid_autotune": [
|
"pid_autotune": [
|
||||||
"test_current",
|
"test_current",
|
||||||
"ch"
|
"ch"
|
||||||
@ -410,6 +425,7 @@
|
|||||||
"format": "{value:.4f} {suffix}",
|
"format": "{value:.4f} {suffix}",
|
||||||
"suffix": "°C",
|
"suffix": "°C",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
|
"compactHeight": false,
|
||||||
"pid_autotune": [
|
"pid_autotune": [
|
||||||
"temp_swing",
|
"temp_swing",
|
||||||
"ch"
|
"ch"
|
||||||
@ -425,6 +441,7 @@
|
|||||||
"format": "{value:.4f} {suffix}",
|
"format": "{value:.4f} {suffix}",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
"suffix": "s",
|
"suffix": "s",
|
||||||
|
"compactHeight": false,
|
||||||
"pid_autotune": [
|
"pid_autotune": [
|
||||||
"lookback",
|
"lookback",
|
||||||
"ch"
|
"ch"
|
||||||
|
Loading…
Reference in New Issue
Block a user