aboutsummaryrefslogtreecommitdiffstats
path: root/examples/layout/main.go
diff options
context:
space:
mode:
authorClement Benard <contact@clementbenard.com>2019-07-15 16:19:19 +0200
committerClement Benard <contact@clementbenard.com>2019-07-15 16:19:19 +0200
commit8b70878ccc7fe324f3647e56503a37f3780f9d41 (patch)
treed2279e13b6da93e7a47e7b792c02b014fddd561d /examples/layout/main.go
parent736e35bd9b0c8f4f9649557e4b7a3085b4bdbe63 (diff)
downloadgui-8b70878ccc7fe324f3647e56503a37f3780f9d41.zip
now working
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,