summaryrefslogtreecommitdiff
path: root/box.go
diff options
context:
space:
mode:
Diffstat (limited to 'box.go')
-rw-r--r--box.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/box.go b/box.go
index 65a8d39..5b4febe 100644
--- a/box.go
+++ b/box.go
@@ -37,7 +37,7 @@ func (n *Node) AddComboBox(title string, s ...string) *Node {
}
})
- box.Append(ecbox, false)
+ box.Append(ecbox, Config.Stretchy)
return newNode
}