diff options
| author | Jeff Carr <[email protected]> | 2021-11-04 02:23:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-11-04 02:23:41 -0500 |
| commit | ff30a1acbb0e56c358f0490b0e89e8324268b032 (patch) | |
| tree | 17cdda0fce83135635490ce10355c979c355b42f /box.go | |
| parent | 519271d056ab0304cde860fed34ba0fb6423ae68 (diff) | |
GOOD: use global 'Stretchy' setting
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'box.go')
| -rw-r--r-- | box.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ func (n *Node) AddComboBox(title string, s ...string) *Node { } }) - box.Append(ecbox, false) + box.Append(ecbox, Config.Stretchy) return newNode } |
