From f2f43a2b0bba96b9b8ed15d7996ccfe0181f846a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 1 Feb 2024 19:14:37 -0600 Subject: space out buttons more Signed-off-by: Jeff Carr --- place.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'place.go') 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 } -- cgit v1.2.3