Skip to content
Snippets Groups Projects
Commit fcd82371 authored by rswindell's avatar rswindell
Browse files

Beautification of dialog (use default size & pos, auto-size columns).

parent 42f836fc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment