diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 06:41:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 06:41:21 -0600 |
| commit | dbf0a6428539fd44ffe39fb3399735c948e2429b (patch) | |
| tree | 9d69a6f578ba90e39abe02d86ae218cf509b7ccc | |
| parent | f7bb1084ca117315fc293d077a8e4e24ccfe7cd8 (diff) | |
don't expand by default
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | node.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ func (n *Node) newNode(title string, t widget.WidgetType) *Node { newN.strings = make(map[string]int) // set these defaults - newN.expand = true + newN.expand = false newN.visable = true newN.pad = true newN.borderless = false |
