From f31724a110c56d721ae99a47d45e50963afcb26d Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 30 Jun 2024 14:14:50 +1200 Subject: [PATCH] gui: add extra space in help menu driver list --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5d43309..5791718 100644 --- a/main.go +++ b/main.go @@ -396,7 +396,7 @@ func (f *TMainForm) OnMenuHelpVersion(sender vcl.IObject) { return } - info := "This version of " + APPNAME + " was compiled with:\n" + info := "This version of " + APPNAME + " was compiled with:\n\n" for _, dep := range bi.Deps { // Filter to only interesting things