summaryrefslogtreecommitdiff
path: root/debugGolang.go
diff options
context:
space:
mode:
Diffstat (limited to 'debugGolang.go')
-rw-r--r--debugGolang.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/debugGolang.go b/debugGolang.go
index 35d2a2e..b98f82d 100644
--- a/debugGolang.go
+++ b/debugGolang.go
@@ -16,10 +16,7 @@ func (n *Node) DebugGolangWindow(makeWindow bool) {
// make a new window
// make a new tab in the existing window
if (makeWindow) {
- Config.Title = "GO"
- Config.Width = 1280
- Config.Height = 720
- w = NewWindow()
+ w = Config.rootNode.NewWindow("GO")
w.Custom = w.StandardClose
} else {
w = n.NewTab("GOLANG")