Skip to content

Commit

Permalink
change Stop action icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Nov 4, 2024
1 parent c227ffc commit 322eeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GToolkit-Inspector/MemoryLogger.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ MemoryLogger >> gtStartActionFor: anAction [
MemoryLogger >> gtStopActionFor: anAction [
<gtAction>
^ anAction button
icon: BrGlamorousVectorIcons cancel;
icon: BrGlamorousVectorIcons stop;
tooltip: 'Stop Logger';
priority: 2;
action: [ :aButton | self stop ]
Expand Down

0 comments on commit 322eeba

Please sign in to comment.