Skip to content

Commit 3fbfbfe

Browse files
committed
Adapt method according to code in book
1 parent 1f89b5a commit 3fbfbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeOfSpec20Book/PanedLayoutExample.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Class {
1717
PanedLayoutExample >> defaultLayout [
1818

1919
^ SpPanedLayout newLeftToRight
20-
positionOfSlider: 70 percent;
20+
positionOfSlider: 0.7;
2121
add: #leftList withConstraints: [ :constraints | constraints beNotShrinkable ];
2222
add: #rightList;
2323
yourself

0 commit comments

Comments
 (0)