summaryrefslogtreecommitdiff
path: root/test/main.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-26 03:41:44 -0400
committerPietro Gagliardi <[email protected]>2014-06-26 03:41:44 -0400
commit2963b2217a1ae2ee7f6497a045ef5906c6dae6a9 (patch)
tree8717de77c2aeeace3c909faf8880482f05fd7fcc /test/main.go
parent2967ab175248f547eaa0d87aed434047ed78e292 (diff)
Made the Listbox in the Label alignment test resize vertically so as to make the test more meaningful.
Diffstat (limited to 'test/main.go')
-rw-r--r--test/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go
index 6752bd1..b424914 100644
--- a/test/main.go
+++ b/test/main.go
@@ -386,7 +386,8 @@ func myMain() {
s9 := NewHorizontalStack(NewLabel("Label"), NewProgressBar())
s9.SetStretchy(1)
s = NewVerticalStack(s, s2, s3, s4, s5, s6, s7, s8, s9, Space())
- s.SetStretchy(9)
+ s.SetStretchy(7) // listbox
+ s.SetStretchy(9) // space
s = NewHorizontalStack(
NewButton("Button"),
NewStandaloneLabel("Standalone"),