gui: add extra space in help menu driver list
This commit is contained in:
parent
063a8ca837
commit
f31724a110
2
main.go
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user