summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.go b/node.go
index 0386938..59eb967 100644
--- a/node.go
+++ b/node.go
@@ -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