Skip to content

Commit

Permalink
Cleaned up rogue widget duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Aug 6, 2024
1 parent 538cdd2 commit c22f707
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions brainglobe_registration/registration_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ def __init__(self, napari_viewer: Viewer):
else:
self._moving_image = None

self.main_tabs = QTabWidget(parent=self)
self.main_tabs.setTabPosition(QTabWidget.West)

self.parameters_tab = QTabWidget()

self.get_atlas_widget = SelectImagesView(
available_atlases=self._available_atlases,
sample_image_names=self._sample_images,
Expand Down

0 comments on commit c22f707

Please sign in to comment.