Merge pull request #20 from armm77/master

Centered information panel.
This commit is contained in:
Gregory Casamento 2021-08-17 07:43:19 -04:00 committed by GitHub
commit 0b9e2ddb8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
// PCLogError(self, @"error loading Menu NIB file!");
return;
}
[infoWindow center];
[infoWindow makeKeyAndOrderFront:self];
[versionField setStringValue:[NSString stringWithFormat:@"Version %@", [infoDict objectForKey:@"ApplicationRelease"]]];