summaryrefslogtreecommitdiff
path: root/zz_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'zz_test.go')
-rw-r--r--zz_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/zz_test.go b/zz_test.go
index 2634d3a..c7f864a 100644
--- a/zz_test.go
+++ b/zz_test.go
@@ -149,9 +149,9 @@ func (tw *testwin) addfe() {
tw.openbtn, tw.fnlabel)
tw.festack.SetStretchy(4)
tw.festack.SetStretchy(6)
- tw.festack2 = newVerticalStack(Space(), NewTextbox())
- tw.festack2.SetStretchy(0)
+ tw.festack2 = newVerticalStack(NewSpinbox(), Space(), NewTextbox())
tw.festack2.SetStretchy(1)
+ tw.festack2.SetStretchy(2)
tw.festack = newHorizontalStack(tw.festack, tw.festack2)
tw.festack.SetStretchy(0)
tw.festack.SetStretchy(1)