From 8a3267a14a21b4c01d05c25e3add0887233298c0 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 13 Oct 2009 14:43:04 +0000 Subject: =?UTF-8?q?=E2=80=A2=20changed=20Error=20Detail=20HUD=20window=20f?= =?UTF-8?q?or=20the=20connection=20manager=20slightly:=20-=20suppress=20sp?= =?UTF-8?q?ell=20checking=20-=20set=20left=20alignment=20-=20set=20a=20min?= =?UTF-8?q?imum=20window=20size=20-=20set=20font=20size=20to=2012pt=20(to?= =?UTF-8?q?=20make=20it=20easier=20to=20read)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConnectionController.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source') 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 -- cgit v1.2.3