Skip to content

Commit

Permalink
backport of fix for #1562
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Oct 4, 2024
1 parent 5a2fe20 commit d725a30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ SpMorphicMenuBarAdapter >> buildWidget [
widget := ToolDockingBarMorph new
hResizing: #spaceFill;
vResizing: #spaceFill;
height: 24 * self currentWorld displayScaleFactor;
yourself.

self menuGroups doWithIndex: [ :aGroup :index |
Expand Down

0 comments on commit d725a30

Please sign in to comment.