Skip to content

Commit

Permalink
Changed #initializeSidebarTree on IceTipRepositoryBrowser to use #ico…
Browse files Browse the repository at this point in the history
…nFormSet instead of #icon for the SpImageTableColumn.
  • Loading branch information
Rinzwind committed Feb 25, 2024
1 parent 8c58afb commit a9abd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipRepositoryBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ IceTipRepositoryBrowser >> initializeSidebarTree [
hideColumnHeaders;
addColumn: (SpCompositeTableColumn new
addColumn: (SpImageTableColumn new
evaluated: #icon;
evaluated: #iconFormSet;
beNotExpandable;
yourself);
addColumn: (SpStringTableColumn new
Expand Down

0 comments on commit a9abd57

Please sign in to comment.