summaryrefslogtreecommitdiff
path: root/place.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 19:14:37 -0600
committerJeff Carr <[email protected]>2024-02-01 19:14:37 -0600
commitf2f43a2b0bba96b9b8ed15d7996ccfe0181f846a (patch)
tree41ec73ea9c4fadd17fa53e7581afea31c4d66973 /place.go
parent663704e3ecb4f2d564cf8a1b0d4a595de8e2af8c (diff)
space out buttons more
Signed-off-by: Jeff Carr <[email protected]>
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
}