mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: ELayoutException: Position range overflow (issue #736)
This commit is contained in:
parent
0aef56bc46
commit
3793a548f7
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ object frmMain: TfrmMain
|
|||
Caption = 'Double Commander'
|
||||
ClientHeight = 370
|
||||
ClientWidth = 760
|
||||
Constraints.MaxHeight = 32767
|
||||
Constraints.MaxWidth = 32767
|
||||
KeyPreview = True
|
||||
OnClose = frmMainClose
|
||||
OnCloseQuery = FormCloseQuery
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue