summaryrefslogtreecommitdiff
path: root/treeAdd.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-07 03:19:36 -0600
committerJeff Carr <[email protected]>2025-02-07 03:19:36 -0600
commit6c522a4b271dd978928ec0079a6be205edb22727 (patch)
tree16906a4be486a7fcd2f68221a503a56d1c7ff56c /treeAdd.go
parentdd5232fa6ba887c0b3fbc8dba3f91d81eef6a409 (diff)
dark mode is okay
Diffstat (limited to 'treeAdd.go')
-rw-r--r--treeAdd.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/treeAdd.go b/treeAdd.go
index ec1eb4a..be80499 100644
--- a/treeAdd.go
+++ b/treeAdd.go
@@ -80,16 +80,17 @@ func addWidget(n *tree.Node) {
tk.color = &colorCombobox
return
case widget.Box:
- tk.color = &colorBox
+ // tk.color = &colorBox
tk.isFake = true
setFake(n)
return
case widget.Grid:
- tk.color = &colorGrid
+ // tk.color = &colorGrid
tk.isFake = true
setFake(n)
return
case widget.Group:
+ tk.setColorLabel()
tk.frame = false
return
case widget.Label: