diff options
| author | Jeff Carr <[email protected]> | 2025-03-03 22:21:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-03 22:21:39 -0600 |
| commit | b373eab346cc96c8c790d9713824a9208e435748 (patch) | |
| tree | 44693df571033a1f46b1d29000966fc8c0165436 /treeAdd.go | |
| parent | e73cfaf490774b80f15790ae3f04af44fa2adde1 (diff) | |
set help window offset
Diffstat (limited to 'treeAdd.go')
| -rw-r--r-- | treeAdd.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ func addWidget(n *tree.Node) { tk.labelN = "moreSTDOUT" n.State.ProgName = "moreSTDOUT" n.State.Label = "moreSTDOUT" + tk.isFake = true return case widget.Tab: // tk.color = &colorTab |
