Skip to content

Commit

Permalink
Update main_window.py
Browse files Browse the repository at this point in the history
Fix incorrect style after merge
  • Loading branch information
eivindjahren authored Nov 18, 2024
1 parent 4c37621 commit 3f5cd8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ert/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ def post_init(self) -> None:
self.help_menu.menuAction(), self.plugins_tool.get_menu()
)


def _add_sidebar_button(self, name: str, icon: QIcon) -> SidebarToolButton:
button = SidebarToolButton(self.side_frame)
button.setCheckable(True)
Expand Down

0 comments on commit 3f5cd8c

Please sign in to comment.