diff options
Diffstat (limited to 'test/rows/main.go')
| -rw-r--r-- | test/rows/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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}) |