Skip to content

Commit

Permalink
rename custom mnimal Playground for ICLC Shanghai Performance
Browse files Browse the repository at this point in the history
  • Loading branch information
lucretiomsp committed May 13, 2024
1 parent 5172590 commit 0dfce14
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Minimal Playground for programming music on-the fly.
"
Class {
#name : #Playground4LiveCoding,
#name : #PlaygroundCoypu,
#superclass : #StPlaygroundPagePresenter,
#category : #'Coypu-Playground'
}

{ #category : #layout }
Playground4LiveCoding class >> defaultLayout [
PlaygroundCoypu class >> defaultLayout [

^ SpBoxLayout newTopToBottom
spacing: 4;
Expand All @@ -19,13 +19,13 @@ Playground4LiveCoding class >> defaultLayout [
]

{ #category : #accessing }
Playground4LiveCoding class >> defaultTitle [
PlaygroundCoypu class >> defaultTitle [

^ 'Programming music on-the-fly'
]

{ #category : #initialization }
Playground4LiveCoding >> initializeWindow: aWindowPresenter [
PlaygroundCoypu >> initializeWindow: aWindowPresenter [

super initializeWindow: aWindowPresenter.

Expand Down

0 comments on commit 0dfce14

Please sign in to comment.