Skip to content

Commit

Permalink
specimen editing and minimizing have different icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 committed Jul 24, 2023
1 parent 34afbcb commit 79e081b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
newSpecimenEditingButtonFor: specimenConstructor

^ (self newSpecimenSelectionButtonOnClick: [(self example resolveLiveSpecimen: specimenConstructor) inspect])
labelGraphic: (BPIcons wrenchIcon scaledToSize: self iconSize * 0.7);
balloonText: 'Click to open the specimen editing tool';
labelGraphic: (BPIcons settingsIcon scaledToSize: self iconSize * 0.7);
balloonText: 'Click to edit live specimen';
yourself
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"instance" : {
"addArgumentScriptMorphs" : "joabe 7/6/2023 22:59",
"addReceiverConstructorMorph" : "joabe 7/6/2023 22:51",
"newSpecimenEditingButtonFor:" : "joabe 7/6/2023 23:49" } }
"newSpecimenEditingButtonFor:" : "ek 7/24/2023 18:34" } }

0 comments on commit 79e081b

Please sign in to comment.