aboutsummaryrefslogtreecommitdiffstats
path: root/test/rows
diff options
context:
space:
mode:
Diffstat (limited to 'test/rows')
-rw-r--r--test/rows/main.go2
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})