From f80be0f3dab6ff132e323117141dd60aa83014ba Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr> Date: Fri, 29 Mar 2024 17:41:11 +0100 Subject: [PATCH] Arts: Update SolverLog window. --- src/View/ui/SolverLog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/View/ui/SolverLog.ui b/src/View/ui/SolverLog.ui index 7ae6217f..e7d70db8 100644 --- a/src/View/ui/SolverLog.ui +++ b/src/View/ui/SolverLog.ui @@ -71,7 +71,7 @@ <action name="action_stop"> <property name="icon"> <iconset> - <normaloff>ressources/gtk-stop.png</normaloff>ressources/gtk-stop.png</iconset> + <normaloff>ressources/close.png</normaloff>ressources/close.png</iconset> </property> <property name="text"> <string>Stop</string> @@ -80,7 +80,7 @@ <action name="action_start"> <property name="icon"> <iconset> - <normaloff>ressources/player_play.png</normaloff>ressources/player_play.png</iconset> + <normaloff>ressources/run.png</normaloff>ressources/run.png</iconset> </property> <property name="text"> <string>Start</string> -- GitLab