diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 03:19:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 03:19:36 -0600 |
| commit | 6c522a4b271dd978928ec0079a6be205edb22727 (patch) | |
| tree | 16906a4be486a7fcd2f68221a503a56d1c7ff56c /treeAdd.go | |
| parent | dd5232fa6ba887c0b3fbc8dba3f91d81eef6a409 (diff) | |
dark mode is okay
Diffstat (limited to 'treeAdd.go')
| -rw-r--r-- | treeAdd.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |
