Skip to content

Commit

Permalink
minor default name refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Mar 12, 2024
1 parent 0c0cbd6 commit 0eb5dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plantseg/viewer/widget/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]


Expand Down

0 comments on commit 0eb5dc5

Please sign in to comment.