Skip to content

Commit

Permalink
Disable the list in the grid layout as there is a layout problem that…
Browse files Browse the repository at this point in the history
… invalidates the layout all the time and produces infinites (and expensive) redraws
  • Loading branch information
guillep committed Jul 16, 2021
1 parent c3a8511 commit 10971b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Spec2-Examples/SpDemoStandaloneFormPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ SpDemoStandaloneFormPresenter class >> defaultSpec [
add: #femaleButton;
yourself)
at: 2 @ 9;
add: 'Items:' at: 1 @ 10;
add: #itemsInput at: 2 @ 10;
yourself);
add: (SpBoxLayout newLeftToRight
add: #submitButton;
Expand Down

0 comments on commit 10971b4

Please sign in to comment.