Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Oct 6, 2024
1 parent 88a6265 commit 7d35dec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mslib/msui/msui_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,8 @@ def create_view(self, _type, model):
view_window.centralwidget.resize(layout['tableview'][0], layout['tableview'][1])
elif _type == "linearview":
# Linear view.
view_window = linearview.MSUILinearViewWindow(mainwindow=self, model=model, tutorial_mode=self.tutorial_mode,
view_window = linearview.MSUILinearViewWindow(mainwindow=self, model=model,
tutorial_mode=self.tutorial_mode,
config_settings=self.config_for_gui)
view_window.refresh_signal_emit.connect(self.refresh_signal_connect.emit)
view_window.mpl.resize(layout['linearview'][0], layout['linearview'][1])
Expand Down

0 comments on commit 7d35dec

Please sign in to comment.