Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 27, 2023
1 parent ae8a955 commit ad5b19e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mslice/plotting/plot_window/plot_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, parent, redraw_signal=None):
self.allFntSz.textEdited.connect(self._font_sizes_changed)
self.sclUpFntSz.clicked.connect(self._scale_up_fonts_clicked)
self.sclDownFntSz.clicked.connect(self._scale_down_fonts_clicked)

self.redraw_signal = redraw_signal

def _font_sizes_changed(self):
Expand Down
4 changes: 2 additions & 2 deletions src/mslice/plotting/plot_window/slice_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ def __init__(self, figure_manager, slice_plotter_presenter, workspace_name):
self.plot_fonts_properties = [
'title_size',
'x_range_font_size',
'y_range_font_size',
'y_range_font_size',
'x_label_size',
'y_label_size',
'colorbar_label_size',
'colorbar_label_size',
'colorbar_range_font_size'
]

Expand Down

0 comments on commit ad5b19e

Please sign in to comment.