test data: fix number swap in test slider

This commit is contained in:
Sonja Happ 2021-02-10 13:19:11 +01:00
parent 968a3d85a0
commit 9002b72393

View file

@ -134,14 +134,14 @@
"type": "Slider", "type": "Slider",
"width": 400, "width": 400,
"height": 50, "height": 50,
"minWidth": 30, "minWidth": 380,
"minHeight": 380, "minHeight": 30,
"x": 600, "x": 600,
"y": 50, "y": 50,
"z": 0, "z": 0,
"signalIDs": [], "signalIDs": [],
"customProperties": { "customProperties": {
"default_value" : 0, "default_value" : "0",
"orientation" : 0, "orientation" : 0,
"rangeMin" : 0, "rangeMin" : 0,
"rangeMax": 200, "rangeMax": 200,