Skip to content

Commit

Permalink
Replaced play_circle with library_add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Oct 25, 2024
1 parent 40a813c commit 1a6719b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/ert/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ def __init__(
self._experiment_panel: Optional[ExperimentPanel] = None
self._plot_window: Optional[PlotWindow] = None
self._manage_experiments_panel: Optional[ManageExperimentsPanel] = None
self._add_sidebar_button(
"Start simulation", QIcon("img:play_circle_outlined.svg")
)
self._add_sidebar_button("Start simulation", QIcon("img:library_add.svg"))
self._add_sidebar_button("Create plot", QIcon("img:timeline.svg"))
self._add_sidebar_button("Manage experiments", QIcon("img:build_wrench.svg"))
self.results_button = self._add_sidebar_button(
Expand Down
1 change: 1 addition & 0 deletions src/ert/gui/resources/gui/img/library_add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/ert/gui/resources/gui/img/play_circle_outlined.svg

This file was deleted.

0 comments on commit 1a6719b

Please sign in to comment.