FIX: About dialog - crash

(cherry picked from commit de1ca78cc3)
This commit is contained in:
Alexander Koblov 2023-07-29 15:33:07 +03:00
commit 45d5de80ca

View file

@ -10,7 +10,6 @@ object frmAbout: TfrmAbout
Constraints.MinHeight = 400
Constraints.MinWidth = 667
KeyPreview = True
OnKeyDown = FormKeyDown
OnShow = frmAboutShow
Position = poScreenCenter
LCLVersion = '2.0.12.0'