From e4c27a4a725c898ffb674f5202295dc96ce05ff1 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 13 Apr 2014 16:46:22 -0400 Subject: Fixed weird Area time label truncation on Windows; more TODOs and future plans related to that. --- test/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/main.go') 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) -- cgit v1.2.3