Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Aug 3, 2023
1 parent 69eeef2 commit ed8dbaf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions btrack/napari/widgets/create_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ def __init__(self, napari_viewer: Viewer) -> None:
# Create widgets and add to layout
self._widgets = {}
self._add_input_widgets()
self._main_layout.addWidget(
self._tabs
) # This must be added after the input widgets
# This must be added after the input widgets
self._main_layout.addWidget(self._tabs)
self._add_update_method_widgets()
self._add_motion_model_widgets()
self._add_hypothesis_model_widgets()
Expand Down

0 comments on commit ed8dbaf

Please sign in to comment.