Centered information panel.

This commit is contained in:
armm77 2021-08-08 17:53:48 -04:00
parent 18136e7678
commit 0f6ce6ba95

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"]]];