You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fractal_tasks_core/__FRACTAL_MANIFEST__.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
}
51
51
],
52
52
"title": "Window",
53
-
"description": "Optional `Window` object to set default display settingsfor napari."
53
+
"description": "Optional `Window` object to set default display settings. If unset, it will be set to the full bit range of the image (e.g. 0-65535 for 16 bit images)."
54
54
},
55
55
"color": {
56
56
"title": "Color",
@@ -370,7 +370,7 @@
370
370
}
371
371
],
372
372
"title": "Window",
373
-
"description": "Optional `Window` object to set default display settingsfor napari."
373
+
"description": "Optional `Window` object to set default display settings. If unset, it will be set to the full bit range of the image (e.g. 0-65535 for 16 bit images)."
0 commit comments