Skip to content

Commit

Permalink
Reduce edge_width in rectangle
Browse files Browse the repository at this point in the history
  • Loading branch information
fdsteffen committed Jul 19, 2024
1 parent b023458 commit fbf5fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_ome_zarr_navigator/img_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def go_to_well(self):
self.viewer.add_shapes(
rec,
shape_type="rectangle",
edge_width=10,
edge_width=5,
edge_color="white",
face_color="transparent",
name=f"{well[0]}{well[1]}",
Expand Down

0 comments on commit fbf5fbd

Please sign in to comment.