diff options
Diffstat (limited to 'debug-window.go')
| -rw-r--r-- | debug-window.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debug-window.go b/debug-window.go index b8f2d8f..e555cfa 100644 --- a/debug-window.go +++ b/debug-window.go @@ -15,6 +15,9 @@ var nodeNames = make([]string, 100) func DebugWindow() { Config.Title = "git.wit.org/wit/gui debug" + Config.Width = 640 + Config.Height = 480 + Config.Exit = StandardClose node := NewWindow() node.DebugTab("WIT GUI Debug Tab") } |
