From fcd82371aad9c1a30a0bdeaa8d68eac538f60456 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 1 Sep 2011 06:51:16 +0000 Subject: [PATCH] Beautification of dialog (use default size & pos, auto-size columns). --- src/sbbs3/ctrl/LoginAttemptsFormUnit.dfm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sbbs3/ctrl/LoginAttemptsFormUnit.dfm b/src/sbbs3/ctrl/LoginAttemptsFormUnit.dfm index c7c5593f3d..d13fb66603 100644 --- a/src/sbbs3/ctrl/LoginAttemptsFormUnit.dfm +++ b/src/sbbs3/ctrl/LoginAttemptsFormUnit.dfm @@ -11,6 +11,7 @@ object LoginAttemptsForm: TLoginAttemptsForm Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False + Position = poDefault OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 @@ -30,9 +31,11 @@ object LoginAttemptsForm: TLoginAttemptsForm Caption = 'Address' end item + AutoSize = True Caption = 'Protocol' end item + AutoSize = True Caption = 'User' end item -- GitLab