From 8dd0f88e7ccd8c9517ef39f46ba12dde9737013c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Feb 2025 14:42:50 -0600 Subject: almost there. as in Star Wars almost there --- treeDraw.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'treeDraw.go') 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 { -- cgit v1.2.3