Skip to content

Commit

Permalink
Alter tooltip for plot button
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Nov 13, 2024
1 parent b0a232b commit 7d121c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ert/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def __init__(
self._plot_window: Optional[PlotWindow] = None
self._manage_experiments_panel: Optional[ManageExperimentsPanel] = None
self._add_sidebar_button("Start simulation", QIcon("img:library_add.svg"))
self._add_sidebar_button("Create plot", QIcon("img:timeline.svg"))
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"))
self.results_button = self._add_sidebar_button(
"Simulation status", QIcon("img:in_progress.svg")
Expand Down

0 comments on commit 7d121c1

Please sign in to comment.