Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sezelt committed Feb 7, 2024
1 parent 1320c4b commit a156fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py4D_browser/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def setup_views(self):
self.fft_widget = pg.ImageView()
self.fft_widget.setImage(np.zeros((512, 512)))

# FFT scale bar is tricky because pixel sizes commonly vary in each direction
# FFT scale bar
self.fft_scale_bar = ScaleBar(pixel_size=1, units="1/px", width=10)
self.fft_scale_bar.setParentItem(self.fft_widget.getView())
self.fft_scale_bar.anchor((1, 1), (1, 1), offset=(-40, -40))
Expand Down

0 comments on commit a156fc1

Please sign in to comment.