summaryrefslogtreecommitdiff
path: root/test/main.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-13 16:46:22 -0400
committerPietro Gagliardi <[email protected]>2014-04-13 16:46:22 -0400
commite4c27a4a725c898ffb674f5202295dc96ce05ff1 (patch)
tree43c611db09553c73292000e4bf085be3215d9c07 /test/main.go
parent7a436e8bd34ec30852ab979b7a2b9ff1df8d5ca0 (diff)
Fixed weird Area time label truncation on Windows; more TODOs and future plans related to that.
Diffstat (limited to 'test/main.go')
-rw-r--r--test/main.go2
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)