summaryrefslogtreecommitdiff
path: root/treeDraw.go
diff options
context:
space:
mode:
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 {