summaryrefslogtreecommitdiff
path: root/treeDraw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-05 14:42:50 -0600
committerJeff Carr <[email protected]>2025-02-05 14:42:50 -0600
commit8dd0f88e7ccd8c9517ef39f46ba12dde9737013c (patch)
tree944d7db6f3fd2ef95ee95c63b5de8f5eb0d9cfa4 /treeDraw.go
parentc328a755c60d1e4bcad64c23077d4bb0f1016537 (diff)
almost there. as in Star Wars almost there
Diffstat (limited to 'treeDraw.go')
-rw-r--r--treeDraw.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/treeDraw.go b/treeDraw.go
index 3bea50c..adbeb92 100644
--- a/treeDraw.go
+++ b/treeDraw.go
@@ -46,8 +46,8 @@ func (tk *guiWidget) drawView() {
// for windows, make it the full size
a = tk.full.w0
b = tk.full.h0
- c = tk.full.w1
- d = tk.full.h1
+ c = tk.full.w0 + 20
+ d = tk.full.h0 + 2
}
} else {
if tk.internal {