From 0f6ce6ba95ad414a7a0ab4d33bf5c93b729fa1d9 Mon Sep 17 00:00:00 2001 From: armm77 Date: Sun, 8 Aug 2021 17:53:48 -0400 Subject: [PATCH] Centered information panel. --- PCInfoController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCInfoController.m b/PCInfoController.m index fee1c2f..0294bcb 100644 --- a/PCInfoController.m +++ b/PCInfoController.m @@ -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"]]];