Skip to content

Commit

Permalink
FIX: using deprecated method to enable napari grid_view
Browse files Browse the repository at this point in the history
  • Loading branch information
carez committed Sep 12, 2021
1 parent b88a3bb commit b90b5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bluesky_widgets/examples/napari_dock_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def load_images_from_run(self, view_images):

with napari.gui_qt():
viewer = NapariDatabroker()
viewer.grid.enabled = True
viewer.window.add_dock_widget(QtSearchListWithButton(viewer.searches), area="right")

# Initialize with a two search tabs: one with some generated example data...
Expand Down

0 comments on commit b90b5de

Please sign in to comment.