From c8610ea4164403c418c3fc13aee13685aeff447f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 11 Feb 2026 17:42:51 -0500 Subject: add border layout --- test/rows/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rows') diff --git a/test/rows/main.go b/test/rows/main.go index 29b7344..0b78893 100644 --- a/test/rows/main.go +++ b/test/rows/main.go @@ -30,7 +30,7 @@ func run() { } mux, env := gui.NewMux(w) - bg := layout.NewRegion(mux.MakeEnv(), bgclr, layout.ResizeAll) + bg := layout.NewRegion(mux.MakeEnv(), bgclr, layout.Full()) rows := layout.NewRows(bg, nrows) for i, row := range rows { go colorBlock(row, image.Pt(rowWidth, rowHeight), color.RGBA{uint8(i * 256 / 4), 0x20, 0x20, 0xFF}) -- cgit v1.2.3