summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-11-04 03:25:42 -0500
committerJeff Carr <[email protected]>2021-11-04 03:25:42 -0500
commit98adddc996077f4ce6db4d3be949a96829ccb4f6 (patch)
tree44e5661bd2004f79fc9dae42ff19e887d28a625e
parent998e5c6c34fa43079153cb7f40b4daabe2ea10e9 (diff)
GOOD: font button shows up again (doesn't do anything)
Signed-off-by: Jeff Carr <[email protected]>
-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
}