mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Options dialog initial size
This commit is contained in:
parent
cdff4679e0
commit
28d76913cb
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue