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 }
GrafoscopioCodeModel class >> defaultSpec [
^ SpBoxLayout newVertical
add: #body;
yourself
^ SpecLayout composed add: #body
]
{ #category : #accessing }

View File

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