Skip to content

Commit

Permalink
Merge pull request #16496 from Rinzwind/worldmenu-pharo-formset
Browse files Browse the repository at this point in the history
Change #pharoItemsOn: for WorldState and #menuCommandOn: for ProfStef to use the icon #smallPharo
  • Loading branch information
jecisc committed May 21, 2024
2 parents 0df3330 + b3a4d06 commit 959fe04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Morphic-Core/WorldState.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ WorldState class >> pharoItemsOn: aBuilder [
<worldMenu>
(aBuilder item: #Pharo)
label: 'Pharo';
icon: ((self iconNamed: #pharo) scaledToSize: (16 @ 16) scaledByDisplayScaleFactor);
iconName: #smallPharo;
order: 0;
with: [
(aBuilder group: #Saving)
Expand Down
2 changes: 1 addition & 1 deletion src/ProfStef-Core/ProfStef.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ProfStef class >> menuCommandOn: aBuilder [
parent: #PharoHelp;
order: 3;
action: [ self openPharoZenWorkspace ];
icon: ((self iconNamed: #pharo) scaledToSize: (16@16) scaledByDisplayScaleFactor);
iconName: #smallPharo;
help: 'Pharo values.'
]

Expand Down

0 comments on commit 959fe04

Please sign in to comment.