summaryrefslogtreecommitdiff
path: root/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main_test.go b/main_test.go
index 23a2e16..370e102 100644
--- a/main_test.go
+++ b/main_test.go
@@ -27,7 +27,8 @@ func TestMain(t *testing.T) {
decButton := NewButton("Dec")
sincdec := NewStack(Horizontal, incButton, decButton)
password := NewPasswordEdit()
- s0 := NewStack(Vertical, s2, c, cb1, cb2, e, s3, pbar, sincdec, password)
+ s0 := NewStack(Vertical, s2, c, cb1, cb2, e, s3, pbar, sincdec, Space(), password)
+ s0.SetStretchy(8)
lb1 := NewListbox(true, "Select One", "Or More", "To Continue")
lb2 := NewListbox(false, "Select", "Only", "One", "Please")
i := 0