gui: add extra space in help menu driver list

This commit is contained in:
mappu 2024-06-30 14:14:50 +12:00
parent 063a8ca837
commit f31724a110
1 changed files with 1 additions and 1 deletions

View File

@ -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