diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go index 348f082..340c56f 100644 --- a/test/main.go +++ b/test/main.go @@ -206,7 +206,7 @@ func areaTest() { sizeStack.SetStretchy(1) sizeStack.SetStretchy(2) layout := NewVerticalStack(a, - NewHorizontalStack(timedisp), + timedisp, sizeStack) layout.SetStretchy(0) err = w.Open(layout) |
