From 2963b2217a1ae2ee7f6497a045ef5906c6dae6a9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 26 Jun 2014 03:41:44 -0400 Subject: [PATCH] Made the Listbox in the Label alignment test resize vertically so as to make the test more meaningful. --- test/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"),