diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-13 16:46:22 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-13 16:46:22 -0400 |
| commit | e4c27a4a725c898ffb674f5202295dc96ce05ff1 (patch) | |
| tree | 43c611db09553c73292000e4bf085be3215d9c07 /test | |
| parent | 7a436e8bd34ec30852ab979b7a2b9ff1df8d5ca0 (diff) | |
Fixed weird Area time label truncation on Windows; more TODOs and future plans related to that.
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) |
