Skip to content

Commit

Permalink
Merge pull request #1117 from guillep/patch/specdemo
Browse files Browse the repository at this point in the history
Disable the list in form example
  • Loading branch information
estebanlm authored Jul 16, 2021
2 parents f3f5870 + 10971b4 commit e0b0cef
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 e0b0cef

Please sign in to comment.