FIX: ELayoutException: Position range overflow (issue #736)

This commit is contained in:
Alexander Koblov 2024-01-18 20:42:25 +03:00
commit 3793a548f7

View file

@ -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