summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--button.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/button.go b/button.go
index 9895ed8..5510ed7 100644
--- a/button.go
+++ b/button.go
@@ -53,6 +53,7 @@ func (n *Node) CreateFontButton(action string) *Node {
log.Println("FontButton.OnChanged() START")
n.Dump()
})
+ n.uiBox.Append(n.uiFontButton, Config.Stretchy)
return n
}