From 417ed1f72778721a0122932612bbeeba22c20d1e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 26 Feb 2014 07:01:02 -0500 Subject: Added Grid.SetStretchy to allow one control in a Grid to fill the parent Control's space, even when resizing. --- 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 ae3e425..163024e 100644 --- a/main_test.go +++ b/main_test.go @@ -21,6 +21,7 @@ func gridWindow() (*Window, error) { Space(), l11, b12, l20, c21, l22) g.SetFilling(1, 2) + g.SetStretchy(1, 1) return w, w.Open(g) } -- cgit v1.2.3