From 45fc44f00c47bec1ab98218f1ee42e27a28bc486 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 10 May 2026 02:20:22 +0200 Subject: [PATCH] make the window height a multiple of textBoxHeight --- raymenu/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raymenu/main.go b/raymenu/main.go index 23d8986..59049cc 100644 --- a/raymenu/main.go +++ b/raymenu/main.go @@ -185,7 +185,7 @@ func initialize() State { monitorHeight := rl.GetMonitorHeight(monitor) rl.SetWindowSize( windowWidth, - monitorHeight/2, + monitorHeight/2/textBoxHeight*textBoxHeight, ) rl.SetWindowPosition( monitorWidth/2-rl.GetScreenWidth()/2,