ADD: About dialog window MinWidth/MinHeight size (issue #450)

(cherry picked from commit 585536e1bc)
This commit is contained in:
Alexander Koblov 2022-12-04 13:28:22 +03:00
commit 989a3ff520

View file

@ -7,6 +7,8 @@ object frmAbout: TfrmAbout
Caption = 'About'
ClientHeight = 400
ClientWidth = 667
Constraints.MinHeight = 400
Constraints.MinWidth = 667
KeyPreview = True
OnKeyDown = FormKeyDown
OnShow = frmAboutShow