diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 15:34:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 15:34:36 -0500 |
| commit | b24cc5898604191df7bfc2cacd7bc5043fa14a42 (patch) | |
| tree | 31c011056e67b103ef62c33434ff04fe345a3571 /debugGochan.go | |
| parent | 0e0787c0620c0dca59378d1e3b355c60a1a82de1 (diff) | |
gocui: compiling and running again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugGochan.go')
| -rw-r--r-- | debugGochan.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debugGochan.go b/debugGochan.go index a3a45c6..ad70fbd 100644 --- a/debugGochan.go +++ b/debugGochan.go @@ -18,10 +18,7 @@ func (n *Node) DebugGoChannels(makeWindow bool) { // make a new window // make a new tab in the existing window if (makeWindow) { - Config.Title = "Debug GO Channels" - Config.Width = 300 - Config.Height = 400 - w = NewWindow() + w = Config.rootNode.NewWindow("Debug GO Channels") w.Custom = w.StandardClose } else { w = n.NewTab("Chan") |
