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

Set AutoSize to true for a few of the columns in the ClientForm ListView.

parent 677ab528
No related branches found
No related tags found
No related merge requests found
object ClientForm: TClientForm
Left = 510
Top = 451
Left = 355
Top = 436
Width = 631
Height = 345
Caption = 'Clients'
......@@ -33,16 +33,16 @@ object ClientForm: TClientForm
Width = 65
end
item
AutoSize = True
Caption = 'User'
Width = 90
end
item
AutoSize = True
Caption = 'Address'
Width = 100
end
item
AutoSize = True
Caption = 'Host Name'
Width = 100
end
item
Caption = 'Port'
......
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