aboutsummaryrefslogtreecommitdiffstats
path: root/examples/layout/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/layout/main.go')
-rw-r--r--examples/layout/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/layout/main.go b/examples/layout/main.go
index c0055ee..c672e63 100644
--- a/examples/layout/main.go
+++ b/examples/layout/main.go
@@ -97,7 +97,7 @@ func run() {
go Blinker(b1)
go Blinker(b2)
box := layout.Box{
- Length: 4,
+ Length: 3,
Vertical: true,
Gap: 4,
Background: colornames.Pink,