summaryrefslogtreecommitdiff
path: root/button.go
diff options
context:
space:
mode:
Diffstat (limited to 'button.go')
-rw-r--r--button.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/button.go b/button.go
index 5510ed7..755d9ab 100644
--- a/button.go
+++ b/button.go
@@ -54,6 +54,9 @@ func (n *Node) CreateFontButton(action string) *Node {
n.Dump()
})
n.uiBox.Append(n.uiFontButton, Config.Stretchy)
+
+ // TODO: implement Grid
+ n.uiGrid = ui.NewGrid()
return n
}