diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-18 17:03:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-18 17:03:07 -0400 |
| commit | 62048303a34f6cac733798651adb53b640e2114a (patch) | |
| tree | b03994dfe1d5cfbc94be65075f3345a45166bbef /yz_repaint_test.go | |
| parent | 8c8b642adbed274133b6e9d975c7ca8786300d2c (diff) | |
Merged new container/sizing stuff.
Diffstat (limited to 'yz_repaint_test.go')
| -rw-r--r-- | yz_repaint_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yz_repaint_test.go b/yz_repaint_test.go index 8fca64b..8ea3cde 100644 --- a/yz_repaint_test.go +++ b/yz_repaint_test.go @@ -52,6 +52,7 @@ func newRepainter(times int) *repainter { grid.Add(r.repaint, nil, South, true, Fill, true, Fill, 1, 1) grid.Add(r.all, nil, South, true, Center, false, LeftTop, 1, 1) r.grid = grid + r.grid.SetPadded(*spaced) return r } |
