From 0eb5dc5acc7df60bc82d1cc6ef2ac0e612842786 Mon Sep 17 00:00:00 2001 From: lorenzocerrone Date: Tue, 12 Mar 2024 15:37:58 +0100 Subject: [PATCH] minor default name refactoring --- plantseg/viewer/widget/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantseg/viewer/widget/io.py b/plantseg/viewer/widget/io.py index ae63bc14..c5b441a1 100644 --- a/plantseg/viewer/widget/io.py +++ b/plantseg/viewer/widget/io.py @@ -26,7 +26,7 @@ f'{channel_token}XY'] no_channels_stack_layouts = ['ZXY', 'XY'] -manual_slicing = 'Manual Slice ([:, :, :])' +manual_slicing = 'Manual Slicing' all_layouts = channels_stack_layouts + no_channels_stack_layouts + [manual_slicing]