UPD: Options dialog initial size

This commit is contained in:
Alexander Koblov 2023-07-09 21:05:24 +03:00
commit 28d76913cb

View file

@ -1,13 +1,13 @@
object frmOptions: TfrmOptions
Left = 372
Height = 480
Height = 600
Top = 55
Width = 640
Width = 800
HelpType = htKeyword
ActiveControl = tvTreeView
Caption = 'Options'
ClientHeight = 480
ClientWidth = 640
ClientHeight = 600
ClientWidth = 800
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate