diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 11:37:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 11:37:46 -0600 |
| commit | 6fb1a5802ab574ad62261def50cae9cf677725ab (patch) | |
| tree | d15be13c9a2836c0626348ce8f8b638822268d8e /add.go | |
| parent | 11ebc775050f0dbd7efc15b4a12c8364caa6909a (diff) | |
set checkbox color
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'add.go')
| -rw-r--r-- | add.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ func addWidget(n *tree.Node) { return case widget.Button: nw.color = &colorButton + case widget.Checkbox: + nw.color = &colorCheckbox case widget.Box: nw.color = &colorBox nw.isFake = true |
