summaryrefslogtreecommitdiff
path: root/place.go
diff options
context:
space:
mode:
Diffstat (limited to 'place.go')
-rw-r--r--place.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/place.go b/place.go
index 194e6a5..726e8ed 100644
--- a/place.go
+++ b/place.go
@@ -87,7 +87,7 @@ func (tk *guiWidget) placeWidgets(startW int, startH int) (int, int) {
// h := newR.h1 - newR.h0
// increment straight down
- newH += sizeH
+ newH += sizeH + 1
if sizeW > maxW {
maxW = sizeW
}