summaryrefslogtreecommitdiff
path: root/test/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.go')
-rw-r--r--test/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.go b/test/main.go
index 16513b8..b65a799 100644
--- a/test/main.go
+++ b/test/main.go
@@ -41,6 +41,7 @@ func gridWindow() *Window {
l20, c21, l22)
g.SetFilling(1, 2)
g.SetStretchy(1, 1)
+ w.SetSpaced(*spacingTest)
w.Open(g)
return w
}