summaryrefslogtreecommitdiff
path: root/tab.go
diff options
context:
space:
mode:
Diffstat (limited to 'tab.go')
-rw-r--r--tab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tab.go b/tab.go
index 3ab1ba4..e318035 100644
--- a/tab.go
+++ b/tab.go
@@ -66,7 +66,7 @@ func (w *guiWidget) redoWindows(nextW int, nextH int) {
child.showView()
sizeW := child.gocuiSize.Width()
nextW += sizeW + 4
- child.redoWindows(startW + 3, startH + 2)
+ child.redoWindows(startW+3, startH+2)
}
}