From 214467bb939db60ae6080fc83f7009f14c84982a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 26 Jun 2014 10:36:59 -0400 Subject: Implemented window margins for Grids and Stacks. --- test/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/main.go') 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 } -- cgit v1.2.3