diff options
| author | Jeff Carr <[email protected]> | 2021-11-04 03:25:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-11-04 03:25:42 -0500 |
| commit | 98adddc996077f4ce6db4d3be949a96829ccb4f6 (patch) | |
| tree | 44e5661bd2004f79fc9dae42ff19e887d28a625e | |
| parent | 998e5c6c34fa43079153cb7f40b4daabe2ea10e9 (diff) | |
GOOD: font button shows up again (doesn't do anything)
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | button.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
