Skip to content

Commit

Permalink
Set simulation button default selected
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Dec 13, 2024
1 parent 5ae6ece commit e101b82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ert/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ def __init__(
self._experiment_panel: ExperimentPanel | None = None
self._plot_window: PlotWindow | None = None
self._manage_experiments_panel: ManageExperimentsPanel | None = None
self._add_sidebar_button("Start simulation", QIcon("img:library_add.svg"))
self._add_sidebar_button(
"Start simulation", QIcon("img:library_add.svg")
).click()
plot_button = self._add_sidebar_button("Create plot", QIcon("img:timeline.svg"))
plot_button.setToolTip("Right click to open external window")
self._add_sidebar_button("Manage experiments", QIcon("img:build_wrench.svg"))
Expand Down

0 comments on commit e101b82

Please sign in to comment.