From 65e53adaebb7880cc80ae6364f9f12ba80adfed0 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Mon, 19 Oct 2020 10:14:05 +0200 Subject: [PATCH] flow: remove ability to swipe between tabs and tooltip improvement --- flows/main.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flows/main.json b/flows/main.json index c4076f1..3dac0a6 100644 --- a/flows/main.json +++ b/flows/main.json @@ -705,7 +705,7 @@ "site": { "name": "PlanktoScope Dashboard", "hideToolbar": "false", - "allowSwipe": "true", + "allowSwipe": "false", "lockMenu": "false", "allowTempTheme": "true", "dateFormat": "DD/MM/YYYY", @@ -4250,7 +4250,7 @@ "z": "674362b7.9b6574", "name": "Iso slider", "label": "ISO", - "tooltip": "Possible values are 100, 200, 320, 400, 500, 640, 800", + "tooltip": "Possible values are 100, 200, 320, 400, 500, 640, 800. 500 by default.", "group": "e8b67968.dea6", "order": 1, "width": 0, @@ -4312,7 +4312,7 @@ "z": "674362b7.9b6574", "name": "Shutter speed slider", "label": "Shutter Speed", - "tooltip": "In microseconds, up to 5000µs, 10µs by default", + "tooltip": "In microseconds, up to 2500µs, 10µs by default", "group": "e8b67968.dea6", "order": 2, "width": 0, @@ -4321,7 +4321,7 @@ "outs": "end", "topic": "imager/image", "min": "10", - "max": "5000", + "max": "2500", "step": "10", "x": 340, "y": 220,