Notebook is working. now make work the new one

This commit is contained in:
SantiagoBragagnolo 2020-02-24 13:18:19 +00:00
parent 0af207db45
commit fd7b351810
2 changed files with 2 additions and 6 deletions

View File

@ -13,9 +13,7 @@ Class {
{ #category : #specs } { #category : #specs }
GrafoscopioCodeModel class >> defaultSpec [ GrafoscopioCodeModel class >> defaultSpec [
^ SpBoxLayout newVertical ^ SpecLayout composed add: #body
add: #body;
yourself
] ]
{ #category : #accessing } { #category : #accessing }

View File

@ -13,9 +13,7 @@ Class {
{ #category : #specs } { #category : #specs }
GrafoscopioTextModel class >> defaultSpec [ GrafoscopioTextModel class >> defaultSpec [
^ SpBoxLayout newVertical ^ SpecLayout composed add: #body
add: #body;
yourself
] ]
{ #category : #accessing } { #category : #accessing }