Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Apr 30, 2024
1 parent ead7e47 commit 1f6ef67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mne_gui_addons/_ieeg_locate.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def _configure_toolbar(self):

# add help and show/hide
super(IntracranialElectrodeLocator, self)._configure_toolbar(hbox=hbox)

hbox.addStretch(1)

hbox.addWidget(QLabel("Snap to Center"))
Expand Down
2 changes: 1 addition & 1 deletion mne_gui_addons/_vol_stc.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def _configure_toolbar(self):

# add help and show/hide
super(VolSourceEstimateViewer, self)._configure_toolbar(hbox=hbox)

hbox.addStretch(1)

if self._data.shape[0] > 1:
Expand Down

0 comments on commit 1f6ef67

Please sign in to comment.