summaryrefslogtreecommitdiff
path: root/main_test.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-25 21:54:13 -0500
committerPietro Gagliardi <[email protected]>2014-02-25 21:54:13 -0500
commite1677a8941876982fd80bd1d30176ff80b205884 (patch)
treeee57c305a72cbad07ed67e80d256a01f5d3207f0 /main_test.go
parent5eed0db0cd177bb6baf51f73fd5615a54a54621b (diff)
Added a way to let Controls in a Grid be sized to fill their cells.
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main_test.go b/main_test.go
index aad01a2..ae3e425 100644
--- a/main_test.go
+++ b/main_test.go
@@ -20,6 +20,7 @@ func gridWindow() (*Window, error) {
b00, b01, b02,
Space(), l11, b12,
l20, c21, l22)
+ g.SetFilling(1, 2)
return w, w.Open(g)
}