Skip to content

Commit 1a6719b

Browse files
committed
Replaced play_circle with library_add icon
1 parent 40a813c commit 1a6719b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/ert/gui/main_window.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ def __init__(
8484
self._experiment_panel: Optional[ExperimentPanel] = None
8585
self._plot_window: Optional[PlotWindow] = None
8686
self._manage_experiments_panel: Optional[ManageExperimentsPanel] = None
87-
self._add_sidebar_button(
88-
"Start simulation", QIcon("img:play_circle_outlined.svg")
89-
)
87+
self._add_sidebar_button("Start simulation", QIcon("img:library_add.svg"))
9088
self._add_sidebar_button("Create plot", QIcon("img:timeline.svg"))
9189
self._add_sidebar_button("Manage experiments", QIcon("img:build_wrench.svg"))
9290
self.results_button = self._add_sidebar_button(
Loading

src/ert/gui/resources/gui/img/play_circle_outlined.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)