Notebook is working. now make work the new one
This commit is contained in:
parent
4b59a7cd30
commit
7ddcb2d0bc
@ -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 }
|
||||||
|
@ -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 }
|
||||||
|
Loading…
Reference in New Issue
Block a user