Skip to content

Commit

Permalink
Improve image and related text
Browse files Browse the repository at this point in the history
  • Loading branch information
koendehondt committed Sep 7, 2024
1 parent e74a05f commit b100f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Chapters/ContactBook2/ContactBook.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,17 +288,17 @@ ContactBookPresenter >> newContact
```


To test it, we can get access to the presenter with
To test it, we can get access to the presenter with:

```
(ContactBookPresenter on: ContactBook coworkers)
open presenter inspect
```


and you can send the `newContact` message to open the GUI shown in Figure *@inspector@*.
and you can send `self newContact` message to open the dialog shown in Figure *@inspector@*.

![Playing inside the inspector. % width=80&anchor=inspector](figures/inspector.png)
![Playing inside the inspector. % width=100&anchor=inspector](figures/inspector.png)


#### Some extra methods
Expand Down
Binary file modified Chapters/ContactBook2/figures/inspector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b100f11

Please sign in to comment.