mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: About dialog window MinWidth/MinHeight size (issue #450)
(cherry picked from commit 585536e1bc)
This commit is contained in:
parent
b78af243e3
commit
989a3ff520
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue