diff options
| author | Jeff Carr <[email protected]> | 2021-10-25 09:34:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-25 09:34:31 -0500 |
| commit | fa02db9a5ad91d98f357b5b5d3553150953a8ced (patch) | |
| tree | cdb61c9067305154ddba76bd23ec3acc73d4a081 /window-debug.go | |
| parent | 6ebcfddf859306a5b41acb1a7c8856c351b556ee (diff) | |
NODE: minimal debug tab
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window-debug.go')
| -rw-r--r-- | window-debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/window-debug.go b/window-debug.go index afe3918..4b8abb5 100644 --- a/window-debug.go +++ b/window-debug.go @@ -26,7 +26,7 @@ func addNodeName(c *ui.Combobox, s string) { y = y + 1 } -func makeWindowDebug() ui.Control { +func makeWindowDebug() *ui.Box { hbox := ui.NewHorizontalBox() hbox.SetPadded(true) |
