Browse Source

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

Alexander Koblov 2 years ago
parent
commit
585536e1bc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/fAbout.lfm

+ 2 - 0
src/fAbout.lfm

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