diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPConnectionController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index 9abf8930..3eed2c83 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -415,6 +415,8 @@ } if (returnCode == NSAlertAlternateReturn) { + [errorDetailText setFont:[NSFont userFontOfSize:12]]; + [errorDetailText setAlignment:NSLeftTextAlignment]; [errorDetailWindow makeKeyAndOrderFront:self]; } // Currently only SSH port bind errors offer a 3rd option in the error dialog, but if this ever changes |