From e1677a8941876982fd80bd1d30176ff80b205884 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 25 Feb 2014 21:54:13 -0500 Subject: Added a way to let Controls in a Grid be sized to fill their cells. --- main_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main_test.go') 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) } -- cgit v1.2.3